From: Bernhard Posselt Date: Mon, 15 Apr 2013 18:29:45 +0000 (+0200) Subject: also show black background on links that are active, fixes the news app that doesnt... X-Git-Tag: v6.0.0alpha2~906^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=19526c9cf6a6b391581046aee75a47bf189a0158;p=nextcloud-server.git also show black background on links that are active, fixes the news app that doesnt show the bg for folders correctly --- diff --git a/core/css/styles.css b/core/css/styles.css index 043ca161c75..5bc4e8ed5c7 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -414,7 +414,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); }