diff options
author | Bernhard Posselt <dev@bernhard-posselt.com> | 2014-08-26 19:18:15 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2014-08-31 17:42:54 +0200 |
commit | c9012be0b6d737e27fe52b2096e7bece206763f6 (patch) | |
tree | 2bacd5a10471479a032454f098a76b5c9daa8a35 /core/css/header.css | |
parent | 4024960a0ec1dbb6a3496e24b1387c6fa260a293 (diff) | |
download | nextcloud-server-c9012be0b6d737e27fe52b2096e7bece206763f6.tar.gz nextcloud-server-c9012be0b6d737e27fe52b2096e7bece206763f6.zip |
Add app utilities - CSS menus for sidebar
* has-menu, has-count
* use active for has-menu to show it
* use open for action popup to show up
* inactive buttons have less opacity
* borders for edit input
* use z-index for app content on mobile to prevent navigation items from sticking out
Diffstat (limited to 'core/css/header.css')
-rw-r--r-- | core/css/header.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/header.css b/core/css/header.css index 225cd98029b..36fe57bdc85 100644 --- a/core/css/header.css +++ b/core/css/header.css @@ -135,7 +135,7 @@ display: none; overflow-y: auto; overflow-x: hidden; - z-index: 150; + z-index: 5000; } #navigation, #navigation * { -moz-box-sizing:border-box; |