summaryrefslogtreecommitdiff
path: root/searx/static/less/definitions.less
diff options
context:
space:
mode:
authorThomas Pointhuber <thomas.pointhuber@gmx.at>2014-03-20 11:08:55 +0100
committerThomas Pointhuber <thomas.pointhuber@gmx.at>2014-03-20 11:08:55 +0100
commite181fd8f56fbc29f01aa6efa0d2de78c5d533166 (patch)
treeb43ce00f79a67e772b46a7521eaee1b58833304a /searx/static/less/definitions.less
parent8abf4ab993cd4a81dc97f85fb8a30a6c875221f7 (diff)
edit style of autcompleter
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;