diff options
Diffstat (limited to 'searx/static/less/style.less')
| -rw-r--r-- | searx/static/less/style.less | 25 |
1 files changed, 25 insertions, 0 deletions
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 { + +}*/ |