mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Fix settings hover nav menu for mobile
This commit is contained in:
parent
9fcd0da83d
commit
24205dc86e
6 changed files with 29 additions and 25 deletions
|
@ -99,10 +99,9 @@ img {
|
|||
.navbar-toggle:focus {
|
||||
background-color: #2f2f2f;
|
||||
}
|
||||
@media screen and (min-width: 768px) {
|
||||
.dropdown:hover > .dropdown-menu {
|
||||
display: block;
|
||||
}
|
||||
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
|
||||
background-color: #2f2f2f;
|
||||
border-color: none;
|
||||
}
|
||||
.dropdown-menu {
|
||||
background-color: #282828;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue