Skip to content
Snippets Groups Projects
Commit 4205f824 authored by Bernhard Posselt's avatar Bernhard Posselt
Browse files

also make bottom border grey on first level hover

parent ab8c97e9
Branches
No related tags found
No related merge requests found
......@@ -374,7 +374,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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment