소스 검색

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. BIN
      public/img/checkbox.png
  3. BIN
      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>

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);
 
 // images
-@checkboxImageUrl: '../img/checkbox_white.png';
+@checkboxImageUrl: '../img/checkbox.png';
 
 // GRID
 // --------------------------------------------------