From 4602436bced042e50659c3a2a3dfb8283e45aa68 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Thu, 11 Sep 2014 14:12:29 +0200 Subject: [PATCH] fix notification visibility, fix #11016 --- core/css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5