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:
parent
a6061ce555
commit
692878b0c0
@ -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 |
@ -307,7 +307,7 @@
|
||||
@popoverArrowOuterColor: rgba(0,0,0,.25);
|
||||
|
||||
// images
|
||||
@checkboxImageUrl: '../img/checkbox_white.png';
|
||||
@checkboxImageUrl: '../img/checkbox.png';
|
||||
|
||||
// GRID
|
||||
// --------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user