Fix classnames of select2 on the layer tab.

This commit is contained in:
Arpad Csanyi
2016-05-10 00:07:17 +02:00
parent 8dedbcc06e
commit 9516de2f9f

View File

@@ -152,12 +152,12 @@
<script id="key-editor-content__source--layer" type="text/x-Handlebars-template">
<div class="popover-content" style="margin-bottom:2px">
<div style="margin-bottom:0px; margin-top:2px">
<select class="layout-toggle" style="width: 100px">
<select class="layer-toggle" style="width: 100px">
<option value="activate">Activate</option>
<option value="toggle">Toggle</option>
</select>
<span> the </span>
<select class="layout-switcher" style="width: 100px">
<select class="layer-switcher" style="width: 100px">
<option value="mod">Mod</option>
<option value="fn">Fn</option>
<option value="mouse">Mouse</option>