Fix 5147 bring back in/active colors to the typeahead dropdown

This commit is contained in:
Matthew Bargar 2015-10-20 16:12:58 -04:00
parent fce1637844
commit 3cff4e8e81
2 changed files with 3 additions and 2 deletions

View file

@ -253,7 +253,8 @@
@typeahead-item-color: @text-color; @typeahead-item-color: @text-color;
@typeahead-item-border: lighten(@popover-border-color, 60%); @typeahead-item-border: lighten(@popover-border-color, 60%);
@typeahead-item-bg: @well-bg; @typeahead-item-bg: @body-bg;
@typeahead-item-active-bg: @well-bg;
// Alerts ====================================================================== // Alerts ======================================================================

View file

@ -24,7 +24,7 @@
} }
.typeahead-item.active { .typeahead-item.active {
background-color: @typeahead-item-bg; background-color: @typeahead-item-active-bg;
} }
} }
} }