]> source.dussan.org Git - nextcloud-server.git/commitdiff
soften highlight for navigation entries
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 27 Mar 2013 16:11:40 +0000 (17:11 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 27 Mar 2013 16:11:40 +0000 (17:11 +0100)
core/css/styles.css

index fadfd67be2d5428d2aaf3df3b63d94b97bb724a1..32a7f562df67244faf29f992a99f351b5348d5a0 100644 (file)
@@ -391,7 +391,7 @@ div.crumb a{ padding: 0.9em 0 0.7em 0; }
        text-shadow: 0 1px 0 rgba(255,255,255,.9);
 }
 #app-navigation li.active {
-       background-color: #ccc;
+       background-color: #ddd;
        text-shadow: 0 1px 0 rgba(255,255,255,.7);
 }
 
@@ -423,7 +423,7 @@ div.crumb a{ padding: 0.9em 0 0.7em 0; }
        color: #333;
 }
 #app-navigation li:hover > a {
-       background-color: #ccc;
+       background-color: #ddd;
 }
 #app-navigation > ul > li:hover {
        border-top: 1px solid #ccc;