From e181fd8f56fbc29f01aa6efa0d2de78c5d533166 Mon Sep 17 00:00:00 2001 From: Thomas Pointhuber Date: Thu, 20 Mar 2014 11:08:55 +0100 Subject: edit style of autcompleter --- searx/static/less/definitions.less | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'searx/static/less/definitions.less') diff --git a/searx/static/less/definitions.less b/searx/static/less/definitions.less index 2d85f7815..289b8cbc2 100644 --- a/searx/static/less/definitions.less +++ b/searx/static/less/definitions.less @@ -33,6 +33,20 @@ @color-search-background: #FFF; @color-search-font: #222; +/// Autocompleter + +@color-autocompleter-choices-background: #FFF; +@color-autocompleter-choices-border: @color-base; +@color-autocompleter-choices-border-left-right: @color-base; +@color-autocompleter-choices-border-bottom: @color-base; + +@color-autocompleter-choices-font: #444; + +// Selected +@color-autocompleter-selected-background: #444; +@color-autocompleter-selected-font: #FFF; +@color-autocompleter-selected-queried-font: #9FCFFF; + /// Categories @color-categories-item-selected: @color-base; -- cgit v1.2.3