Merge pull request #11322 from jipexu/master
same dropdown hover than the site
This commit is contained in:
@@ -26,6 +26,11 @@ body {
|
|||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
.dropdown-item.active, .dropdown-item:hover {
|
||||||
|
color: #fff;
|
||||||
|
text-decoration: none;
|
||||||
|
background-color:#268591
|
||||||
|
}
|
||||||
.nav>li>a:hover, .nav>li>a:focus, .nav>li>a.active {
|
.nav>li>a:hover, .nav>li>a:focus, .nav>li>a.active {
|
||||||
background-color: #268591;
|
background-color: #268591;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user