From: Bernhard Posselt Date: Thu, 14 Feb 2013 16:57:38 +0000 (+0100) Subject: also make bottom border grey on first level hover X-Git-Tag: v6.0.0alpha2~973^2~8 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=bee9f7ebc6bf9601c5dd8880e1c840af57823687;p=nextcloud-server.git also make bottom border grey on first level hover --- diff --git a/core/css/styles.css b/core/css/styles.css index c84afa5d538..11988c425f1 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -400,7 +400,7 @@ div.crumb a{ padding: 0.9em 0 0.7em 0; } white-space: nowrap; text-overflow: ellipsis; color: #333; } #app-navigation li:hover > a { background-color: #ccc; } -#app-navigation > ul > li:hover { border-top: 1px solid #ccc; } +#app-navigation > ul > li:hover { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc;} #app-navigation li.collapsible > button.collapse { display: none; position: absolute; left: 6px; top: 5px; height: 16px; width: 16px;