TinyMCE: set the image toolbar's z-index higher than the editor when the new DFW is active. See #30147.

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


git-svn-id: http://core.svn.wordpress.org/trunk@30338 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2014-11-13 23:29:22 +00:00
parent 7c4b9419f4
commit 560574da45
5 changed files with 5 additions and 3 deletions

View File

@ -171,6 +171,7 @@ div.mce-inline-toolbar-grp {
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
z-index: 10001; /* Above the DFW v.2 editor */
}
div.mce-wp-image-toolbar > div.mce-stack-layout {

File diff suppressed because one or more lines are too long

View File

@ -171,6 +171,7 @@ div.mce-inline-toolbar-grp {
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
z-index: 10001; /* Above the DFW v.2 editor */
}
div.mce-wp-image-toolbar > div.mce-stack-layout {

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.1-alpha-30338';
$wp_version = '4.1-alpha-30339';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.