瀏覽代碼

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

Matt Toback 10 年之前
父節點
當前提交
692878b0c0
共有 4 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      public/app/features/datasources/partials/edit.html
  2. 二進制
      public/img/checkbox.png
  3. 二進制
      public/img/checkbox_white.png
  4. 1 1
      public/less/variables.dark.less

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

@@ -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>

二進制
public/img/checkbox.png


二進制
public/img/checkbox_white.png


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

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