mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-22 16:02:54 +03:00
Fixed backend top nav hover effect problem with paper theme.
This commit is contained in:
parent
5566cabd59
commit
fadb8d8a34
1 changed files with 158 additions and 158 deletions
|
@ -43,7 +43,6 @@ root {
|
|||
color: white;
|
||||
margin-top: 9px;
|
||||
font-weight: bold;
|
||||
/*text-shadow: 1px 1px 0px rgb(32, 99, 48);*/
|
||||
}
|
||||
|
||||
#header #header-menu {
|
||||
|
@ -61,6 +60,7 @@ root {
|
|||
color: #FFF;
|
||||
text-decoration: none;
|
||||
font-size: 16px;
|
||||
transition: none;
|
||||
}
|
||||
|
||||
#header #header-menu .menu-item:hover:not(.active) {
|
||||
|
|
Loading…
Reference in a new issue