瀏覽代碼

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  {