edit style of autcompleter

This commit is contained in:
Thomas Pointhuber
2014-03-20 11:08:55 +01:00
parent 8abf4ab993
commit e181fd8f56
4 changed files with 50 additions and 118 deletions

View File

@@ -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;