From: Jan-Christoph Borchardt Date: Wed, 27 Mar 2013 16:11:40 +0000 (+0100) Subject: soften highlight for navigation entries X-Git-Tag: v6.0.0alpha2~973^2~4 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=bcf1b6f9f809392cfea5f1f225e86edad833debf;p=nextcloud-server.git soften highlight for navigation entries --- diff --git a/core/css/styles.css b/core/css/styles.css index fadfd67be2d..32a7f562df6 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -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;