summaryrefslogtreecommitdiff
path: root/searx/static/less/definitions.less
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2014-03-25 18:00:45 +0100
committerAdam Tauber <asciimoo@gmail.com>2014-03-25 18:00:45 +0100
commit20504a0e834a99fb1274ad907c0b62fb90eb96d3 (patch)
treee15473776d3311379c7a40234beaa7edbb97be53 /searx/static/less/definitions.less
parent0207070cde9d6319a3403d1a1c6b1a37c8d3c60c (diff)
parenta76525d1f3256105d45ee0a0f1301a8cc0b2e4c6 (diff)
Merge branch 'autocompleter' of https://github.com/pointhi/searx into autocomplete
Diffstat (limited to 'searx/static/less/definitions.less')
-rw-r--r--searx/static/less/definitions.less14
1 files changed, 14 insertions, 0 deletions
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;