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:
parent
78367f22d5
commit
d3604f485d
|
@ -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
|
@ -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
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue