diff options
author | Lukas Reschke <lukas@owncloud.com> | 2014-09-11 16:07:23 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2014-09-11 16:07:23 +0200 |
commit | 712addac683110c44527cbb9dfe9133821712241 (patch) | |
tree | b7de99dc821ae057244a14877810ac18a7d4f9ce /core/css | |
parent | 4878f7a416ca210523e737e7c47597ca2617c2a9 (diff) | |
parent | 4602436bced042e50659c3a2a3dfb8283e45aa68 (diff) | |
download | nextcloud-server-712addac683110c44527cbb9dfe9133821712241.tar.gz nextcloud-server-712addac683110c44527cbb9dfe9133821712241.zip |
Merge pull request #11018 from owncloud/fix-notification-layer
fix notification visibility, fix #11016
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 64b37c89b0b..d4d16db743c 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -701,7 +701,7 @@ label.infield { #notification, #update-notification { margin: 0 auto; max-width: 60%; - z-index: 101; + z-index: 8000; background-color: #fc4; border: 0; padding: 1px 8px; |