mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
edit style of autcompleter
This commit is contained in:
parent
8abf4ab993
commit
e181fd8f56
4 changed files with 50 additions and 118 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue