From bee9f7ebc6bf9601c5dd8880e1c840af57823687 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 14 Feb 2013 17:57:38 +0100 Subject: [PATCH] also make bottom border grey on first level hover --- core/css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5