]> source.dussan.org Git - nextcloud-server.git/commitdiff
also make bottom border grey on first level hover
authorBernhard Posselt <nukeawhale@gmail.com>
Thu, 14 Feb 2013 16:57:38 +0000 (17:57 +0100)
committerBernhard Posselt <nukeawhale@gmail.com>
Fri, 22 Mar 2013 23:35:18 +0000 (00:35 +0100)
core/css/styles.css

index c84afa5d5389f3241fbf14852fea01cc840b94e7..11988c425f1ae4af751a9fd9cfef7e741cf06953 100644 (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;