From ecd293c8a90f0adef5f3e07f8c99c94a3beae63a Mon Sep 17 00:00:00 2001 From: Thomas Pointhuber Date: Wed, 19 Mar 2014 20:19:44 +0100 Subject: add front-part of autocompleter function --- searx/static/less/style.less | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'searx/static/less/style.less') diff --git a/searx/static/less/style.less b/searx/static/less/style.less index 4b4e2554c..0b663fa03 100644 --- a/searx/static/less/style.less +++ b/searx/static/less/style.less @@ -8,6 +8,10 @@ @import "mixins.less"; +// Autocompleter + +@import "autocompleter.less"; + // Main LESS-Code html { @@ -574,3 +578,24 @@ tr { color: @color-settings-return-font; } } + +/*#search_autocompleter { + border: 1px solid #3498DB; + position: absolute; + top: 43px; + width:100%; + background:#FFF; + z-index:2; + + p { + border-bottom: 1px solid #ccc; + } +}*/ + +/*#search_input { +position: relative; +} + +#search_form { + +}*/ -- cgit v1.2.3