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>