From 7ecac8a876b562f02a4d959bf5426f0872b91ea2 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Tue, 27 Nov 2012 23:07:41 +0000 Subject: [PATCH] Media: Ensure the edit image and gallery buttons appear above DFW. They only must appear below the media modal. fixes #22541. props koopersmith. git-svn-id: https://develop.svn.wordpress.org/trunk@22881 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/css/editor.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/css/editor.css b/wp-includes/css/editor.css index 4763436689..a5d15d81e9 100644 --- a/wp-includes/css/editor.css +++ b/wp-includes/css/editor.css @@ -1148,7 +1148,7 @@ html[dir="rtl"] .wp-switch-editor { padding: 2px; position: absolute; display: none; - z-index: 100000; + z-index: 155000; } #wp_editimgbtn,