diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-03-27 17:11:40 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-03-27 17:11:40 +0100 |
commit | bcf1b6f9f809392cfea5f1f225e86edad833debf (patch) | |
tree | 5710e4c1da9555cd02580693f430bc9dae8eab9c /core | |
parent | e167ccc5c6ab3abae8d9a16fb794d12b7925e8b6 (diff) | |
download | nextcloud-server-bcf1b6f9f809392cfea5f1f225e86edad833debf.tar.gz nextcloud-server-bcf1b6f9f809392cfea5f1f225e86edad833debf.zip |
soften highlight for navigation entries
Diffstat (limited to 'core')
-rw-r--r-- | core/css/styles.css | 4 |
1 files changed, 2 insertions, 2 deletions
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; |