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

@@ -36,7 +36,7 @@
 /// Categories
 
 @color-categories-item-selected: @color-base;
-@font-color-categories-item-selected: #FFF;
+@color-categories-item-selected-font: #FFF;
 
 @color-categories-item-border-selected: @color-base-dark;
 @color-categories-item-border-unselected: #E8E7E6;

+ 1 - 1
searx/static/css/style.less

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