Checkbox fixes for light and dark themes, ready to hand over to trent for new images

This commit is contained in:
Matt Toback 2016-02-11 15:46:37 -05:00
parent a6061ce555
commit 692878b0c0
4 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@
Type
</li>
<li>
<select class="input-xlarge norm-form-input norm-form-auto norm-form-input-boxbox" ng-model="current.type" ng-options="k as v.name for (k, v) in types" ng-change="typeChanged()"></select>
<select class="input-xlarge norm-form-input norm-form-auto" ng-model="current.type" ng-options="k as v.name for (k, v) in types" ng-change="typeChanged()"></select>
</li>
</ul>
<div class="clearfix"></div>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 465 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 465 B

After

Width:  |  Height:  |  Size: 960 B

View File

@ -307,7 +307,7 @@
@popoverArrowOuterColor: rgba(0,0,0,.25);
// images
@checkboxImageUrl: '../img/checkbox_white.png';
@checkboxImageUrl: '../img/checkbox.png';
// GRID
// --------------------------------------------------