fix nav search popup active background color
This commit is contained in:
parent
bb995f1bb6
commit
c48965ea2f
@ -1722,6 +1722,13 @@ nav .dropdown-menu {
|
|||||||
border-bottom-left-radius: $radiuspx;
|
border-bottom-left-radius: $radiuspx;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dropdown-menu > .active > a,
|
||||||
|
.dropdown-menu > .active > a:focus,
|
||||||
|
.dropdown-menu > .active > a:hover {
|
||||||
|
color: #333;
|
||||||
|
background-color: #f5f5f5;
|
||||||
|
}
|
||||||
|
|
||||||
.dropdown-menu-img-sm {
|
.dropdown-menu-img-sm {
|
||||||
float: left;
|
float: left;
|
||||||
width: 36px;
|
width: 36px;
|
||||||
|
Reference in New Issue
Block a user