]> source.dussan.org Git - nextcloud-server.git/commitdiff
use same shade of grey for active navigation items and hovering
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 11 Sep 2014 14:34:29 +0000 (16:34 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 11 Sep 2014 14:34:29 +0000 (16:34 +0200)
core/css/apps.css

index 84ecb77ef8aa0accaee06a46e318d773ec1edc45..d27be647f0f7d421139db845fd52d0fde5e0d314 100644 (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,
 }
 
 #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 {