diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-09-11 14:12:29 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-09-11 14:12:29 +0200 |
commit | 4602436bced042e50659c3a2a3dfb8283e45aa68 (patch) | |
tree | 5d1324f5aa9e7f5abc58e92d305a30f76280c6df /core/css | |
parent | 9737ba74ce828c745794af26e2bd2bb4ec7b1803 (diff) | |
download | nextcloud-server-4602436bced042e50659c3a2a3dfb8283e45aa68.tar.gz nextcloud-server-4602436bced042e50659c3a2a3dfb8283e45aa68.zip |
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; |