Fixed backend top nav hover effect problem with paper theme.

This commit is contained in:
Alex Tselegidis 2015-10-04 23:57:13 +02:00
parent 5566cabd59
commit fadb8d8a34

View file

@ -43,7 +43,6 @@ root {
color: white; color: white;
margin-top: 9px; margin-top: 9px;
font-weight: bold; font-weight: bold;
/*text-shadow: 1px 1px 0px rgb(32, 99, 48);*/
} }
#header #header-menu { #header #header-menu {
@ -61,6 +60,7 @@ root {
color: #FFF; color: #FFF;
text-decoration: none; text-decoration: none;
font-size: 16px; font-size: 16px;
transition: none;
} }
#header #header-menu .menu-item:hover:not(.active) { #header #header-menu .menu-item:hover:not(.active) {