mirror of
https://github.com/searxng/searxng.git
synced 2025-08-03 02:22:22 +02:00
add front-part of autocompleter function
This commit is contained in:
parent
ce08abe223
commit
ecd293c8a9
7 changed files with 598 additions and 0 deletions
|
@ -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 {
|
||||
|
||||
}*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue