]> source.dussan.org Git - nextcloud-server.git/commitdiff
also show black background on links that are active, fixes the news app that doesnt...
authorBernhard Posselt <nukeawhale@gmail.com>
Mon, 15 Apr 2013 18:29:45 +0000 (20:29 +0200)
committerBernhard Posselt <nukeawhale@gmail.com>
Mon, 15 Apr 2013 19:07:50 +0000 (21:07 +0200)
core/css/styles.css

index 97fe72d18e6329a6f7f3b448378acdbeeba4cac4..8dbf5cf698a649eb3abc6d547bfdf930181e7870 100644 (file)
@@ -408,7 +408,8 @@ div.crumb a{ padding: 0.9em 0 0.7em 0; }
        -moz-box-sizing: border-box; box-sizing: border-box;
        text-shadow: 0 1px 0 rgba(255,255,255,.9);
 }
-#app-navigation .active { /* active navigation entry or folder */
+#app-navigation .active,
+#app-navigation .active a { /* active navigation entry or folder */
        background-color: #ddd;
        text-shadow: 0 1px 0 rgba(255,255,255,.7);
 }