diff options
author | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-03-05 16:03:13 +0100 |
---|---|---|
committer | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-03-05 16:03:13 +0100 |
commit | a6c9a571aca13bde3d93a54dafca33b29e0afcac (patch) | |
tree | 9ea627a672654e26886de5283d1f7ef842c01cfd /searx/static | |
parent | 425ec3b70738e693922755b4ee8a8a73642b7fee (diff) | |
download | searxng-a6c9a571aca13bde3d93a54dafca33b29e0afcac.tar.gz searxng-a6c9a571aca13bde3d93a54dafca33b29e0afcac.zip |
rewrite wrong variable name
Diffstat (limited to 'searx/static')
-rw-r--r-- | searx/static/css/definitions.less | 2 | ||||
-rw-r--r-- | 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 a7d892303..013d24f2f 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 c34587322..1aa4bdfaa 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 { |