From 17ae09a2d4713828306f2eb39910a21ddbe65a58 Mon Sep 17 00:00:00 2001 From: Daryl Koopersmith Date: Fri, 16 Nov 2012 10:20:11 +0000 Subject: [PATCH] Media: The zIndex arms race. Adjusts zIndexes to be not-as-absurd as before, in the process moving the modal below the plupload flash shims (which do not have customizable zIndexes or classes, sadly). fixes #22441, see #22446, #21390. git-svn-id: https://develop.svn.wordpress.org/trunk@22611 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/css/media-views.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-includes/css/media-views.css b/wp-includes/css/media-views.css index ea5d09a6b4..bda852cc27 100644 --- a/wp-includes/css/media-views.css +++ b/wp-includes/css/media-views.css @@ -24,7 +24,7 @@ left: 40px; right: 40px; bottom: 40px; - z-index: 125000; + z-index: 50000; } .media-modal-backdrop { @@ -35,7 +35,7 @@ bottom: 0; background: #000; opacity: 0.8; - z-index: 120000; + z-index: 40000; } .media-modal-backdrop div { @@ -671,7 +671,7 @@ bottom: 0; background: rgba( 0, 86, 132, 0.9 ); - z-index: 250000; + z-index: 200000; display: none; text-align: center; opacity: 0;