Set minimum z-index for the TinyMCE modals and adjust the z-index in DFW, see #26952

Built from https://develop.svn.wordpress.org/trunk@27460


git-svn-id: http://core.svn.wordpress.org/trunk@27305 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz
2014-03-08 00:41:16 +00:00
parent c353fa41a2
commit a8a20f4bb7
15 changed files with 49 additions and 68 deletions

View File

@@ -252,7 +252,7 @@
/* WP jQuery Dialog Theme */
.wp-dialog {
padding: 0;
z-index: 300002;
z-index: 100102;
border: 0;
-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.7);
box-shadow: 0 5px 15px rgba(0,0,0,0.7);
@@ -312,7 +312,7 @@
}
.ui-widget-overlay {
z-index: 300001;
z-index: 100101;
background-color: #000;
opacity: 0.6;
filter: alpha(opacity=60);