also make bottom border grey on first level hover

This commit is contained in:
Bernhard Posselt 2013-02-14 17:57:38 +01:00
parent adaf1d1959
commit bee9f7ebc6
1 changed files with 1 additions and 1 deletions

View File

@ -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;