mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Checkbox fixes for light and dark themes, ready to hand over to trent for new images
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user