Browse Source

fixed logo hover

pull/1/head
GilbN 7 years ago
parent
commit
e28b82d9a9
  1. 2
      CSS/themes/grafplex.css

2
CSS/themes/grafplex.css

@ -20,7 +20,7 @@ body {
background: rgba(0, 0, 0, .25) !important; background: rgba(0, 0, 0, .25) !important;
} }
.sidemenu__logo:hover { .sidemenu__logo:hover {
background: rgba(0, 0, 0, .25); !important; background: rgba(0, 0, 0, .25) !important;
} }
.sidemenu-item.active, .sidemenu-item:hover { .sidemenu-item.active, .sidemenu-item:hover {
background-color: rgba(0, 0, 0, .25) !important; background-color: rgba(0, 0, 0, .25) !important;

Loading…
Cancel
Save