diff options
| author | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-03-19 20:19:44 +0100 |
|---|---|---|
| committer | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-03-19 20:19:44 +0100 |
| commit | ecd293c8a90f0adef5f3e07f8c99c94a3beae63a (patch) | |
| tree | 812c881a3fb80593d7546ae2ea32142277c9ad1c /searx/static/less/style.less | |
| parent | ce08abe2232473cf9c4e90e60b6510831a289ada (diff) | |
add front-part of autocompleter function
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 { + +}*/ |