diff options
author | Bernhard Posselt <nukeawhale@gmail.com> | 2013-02-14 17:57:38 +0100 |
---|---|---|
committer | Bernhard Posselt <nukeawhale@gmail.com> | 2013-03-23 00:35:18 +0100 |
commit | bee9f7ebc6bf9601c5dd8880e1c840af57823687 (patch) | |
tree | b0ccdabb3ea1b2ba5707015101d14135050f764f /core/css | |
parent | adaf1d1959c6ed43f11a89b43ff4cccec6a90a5d (diff) | |
download | nextcloud-server-bee9f7ebc6bf9601c5dd8880e1c840af57823687.tar.gz nextcloud-server-bee9f7ebc6bf9601c5dd8880e1c840af57823687.zip |
also make bottom border grey on first level hover
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; |