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 {
|
.ac_results li {
|
||||||
|
color: white;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 2px 5px {
|
padding: 2px 5px {
|
||||||
left: 50px;
|
left: 50px;
|
||||||
|
|
@ -47,16 +48,15 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.ac_odd {
|
.ac_odd {
|
||||||
background-color: #fafafa;
|
background-color: $navbar-inverse-bg;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ac_even {
|
.ac_even {
|
||||||
background-color: #fff;
|
background-color: darken($navbar-inverse-bg, 3%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.ac_over {
|
.ac_over {
|
||||||
background-color: #3F8FBA;
|
background-color: $brand-primary;
|
||||||
color: white;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.ac_results {
|
.ac_results {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue