Navbar background color for autocomplete results
This commit is contained in:
parent
75161b6556
commit
d6ddbbe4af
1 changed files with 4 additions and 4 deletions
|
|
@ -19,6 +19,7 @@
|
|||
}
|
||||
|
||||
.ac_results li {
|
||||
color: white;
|
||||
margin: 0px;
|
||||
padding: 2px 5px {
|
||||
left: 50px;
|
||||
|
|
@ -47,16 +48,15 @@
|
|||
}
|
||||
|
||||
.ac_odd {
|
||||
background-color: #fafafa;
|
||||
background-color: $navbar-inverse-bg;
|
||||
}
|
||||
|
||||
.ac_even {
|
||||
background-color: #fff;
|
||||
background-color: darken($navbar-inverse-bg, 3%);
|
||||
}
|
||||
|
||||
.ac_over {
|
||||
background-color: #3F8FBA;
|
||||
color: white;
|
||||
background-color: $brand-primary;
|
||||
}
|
||||
|
||||
.ac_results {
|
||||
|
|
|
|||
Loading…
Reference in a new issue