From: Jan-Christoph Borchardt Date: Thu, 11 Sep 2014 14:34:29 +0000 (+0200) Subject: use same shade of grey for active navigation items and hovering X-Git-Tag: v8.0.0alpha1~699^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0afd7b5de45c5b48ed8ab0c42a2d4d86eb803270;p=nextcloud-server.git use same shade of grey for active navigation items and hovering --- diff --git a/core/css/apps.css b/core/css/apps.css index 84ecb77ef8a..d27be647f0f 100644 --- a/core/css/apps.css +++ b/core/css/apps.css @@ -57,7 +57,7 @@ #app-navigation li:hover > a, #app-navigation .selected, #app-navigation .selected a { - background-color: #ccc; + background-color: #ddd; } #app-navigation .with-icon a, @@ -140,7 +140,7 @@ } #app-navigation > ul .collapsible.open:hover { - box-shadow: inset 0 0 3px #ccc; + box-shadow: inset 0 0 3px #ddd; } #app-navigation > ul .collapsible.open ul {