ソースを参照

rewrite wrong variable name

Thomas Pointhuber 11 年 前
コミット
a6c9a571ac
共有2 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 1
    1
      searx/static/css/definitions.less
  2. 1
    1
      searx/static/css/style.less

+ 1
- 1
searx/static/css/definitions.less ファイルの表示

@@ -36,7 +36,7 @@
36 36
 /// Categories
37 37
 
38 38
 @color-categories-item-selected: @color-base;
39
-@font-color-categories-item-selected: #FFF;
39
+@color-categories-item-selected-font: #FFF;
40 40
 
41 41
 @color-categories-item-border-selected: @color-base-dark;
42 42
 @color-categories-item-border-unselected: #E8E7E6;

+ 1
- 1
searx/static/css/style.less ファイルの表示

@@ -142,7 +142,7 @@ fieldset {
142 142
 
143 143
 .checkbox_container input[type="checkbox"]:checked + label {
144 144
 	background: @color-categories-item-selected;
145
-	color: @font-color-categories-item-selected;
145
+	color: @color-categories-item-selected-font;
146 146
 }
147 147
 
148 148
 .search  {