Browse Source

rewrite wrong variable name

Thomas Pointhuber 11 years ago
parent
commit
a6c9a571ac
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      searx/static/css/definitions.less
  2. 1
    1
      searx/static/css/style.less

+ 1
- 1
searx/static/css/definitions.less View File

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

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