From a6c9a571aca13bde3d93a54dafca33b29e0afcac Mon Sep 17 00:00:00 2001 From: Thomas Pointhuber Date: Wed, 5 Mar 2014 16:03:13 +0100 Subject: [PATCH] rewrite wrong variable name --- searx/static/css/definitions.less | 2 +- searx/static/css/style.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/searx/static/css/definitions.less b/searx/static/css/definitions.less index a7d89230..013d24f2 100644 --- a/searx/static/css/definitions.less +++ b/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; diff --git a/searx/static/css/style.less b/searx/static/css/style.less index c3458732..1aa4bdfa 100644 --- a/searx/static/css/style.less +++ b/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 {