TinyMCE: set the image toolbar's z-index to be the same as the other TinyMCE panels, or it is under the editor when in fullscreen mode. See #30147.

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


git-svn-id: http://core.svn.wordpress.org/trunk@30498 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2014-11-22 02:43:24 +00:00
parent 78367f22d5
commit d3604f485d
5 changed files with 5 additions and 5 deletions

View File

@ -171,7 +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 */
z-index: 100100; /* Same as the other TinyMCE "panels" */
}
div.mce-wp-image-toolbar > div.mce-stack-layout {

File diff suppressed because one or more lines are too long

View File

@ -171,7 +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 */
z-index: 100100; /* Same as the other TinyMCE "panels" */
}
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-beta2-30508';
$wp_version = '4.1-beta2-30509';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.