Add initial layout of mouse speed interface.

This commit is contained in:
Arpad Csanyi
2016-05-12 22:49:41 +02:00
parent a4b2a14e14
commit dae7972a00

View File

@@ -191,7 +191,11 @@
<button type="button" class="btn btn-default col-xs-4">Right</button>
</div>
</div>
<div style="display: none;" class="mouse__config mouse__config--speed">
<div style="display: none;" class="mouse__config mouse__config--speed text-center">
<div class="btn-group btn-group-lg" role="group">
<button type="button" class="btn btn-default">-</button>
<button type="button" class="btn btn-default">+</button>
</div>
</div>
</div>
</div>