use same shade of grey for active navigation items and hovering

This commit is contained in:
Jan-Christoph Borchardt 2014-09-11 16:34:29 +02:00
parent 179f06d94f
commit 0afd7b5de4

View File

@ -57,7 +57,7 @@
#app-navigation li:hover > a,
#app-navigation .selected,
#app-navigation .selected a {
background-color: #ccc;
background-color: #ddd;
}
#app-navigation .with-icon a,
@ -140,7 +140,7 @@
}
#app-navigation > ul .collapsible.open:hover {
box-shadow: inset 0 0 3px #ccc;
box-shadow: inset 0 0 3px #ddd;
}
#app-navigation > ul .collapsible.open ul {