Kaynağa Gözat

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

Matt Toback 10 yıl önce
ebeveyn
işleme
692878b0c0

+ 1 - 1
public/app/features/datasources/partials/edit.html

@@ -42,7 +42,7 @@
 						Type
 						Type
 					</li>
 					</li>
 					<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>
 					</li>
 				</ul>
 				</ul>
 				<div class="clearfix"></div>
 				<div class="clearfix"></div>

BIN
public/img/checkbox.png


BIN
public/img/checkbox_white.png


+ 1 - 1
public/less/variables.dark.less

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