Submenu hover fix
Removes the hover off submenu buttons for old themes.
This commit is contained in:
parent
7111bbd1a7
commit
532d9f3467
|
|
@ -40,7 +40,7 @@ html {
|
|||
Height: 40px;
|
||||
}
|
||||
|
||||
.navbarbuttoncontainer li:hover {
|
||||
.navbarbuttoncontainer li:hover, .Redesign .smallnavbarbutton:hover {
|
||||
background: none;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ html {
|
|||
Height: 40px;
|
||||
}
|
||||
|
||||
.navbarbuttoncontainer li:hover {
|
||||
.navbarbuttoncontainer li:hover, .Redesign .smallnavbarbutton:hover {
|
||||
background: none;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue