mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-11 14:00:13 +00:00
Editor:
- Add CSS reset for the TinyMCE fullscreen mode when used on the Edit Post screen. - Fix loading of the old and new DFW buttons, use another arg. passed to WP_Editors. - Reset editor-expand when exiting TinyMCE fullscreen mode. Fixes #30453. git-svn-id: https://develop.svn.wordpress.org/trunk@30573 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -435,6 +435,26 @@ td.plugin-title p {
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
/* TinyMCE native fullscreen mode override */
|
||||
.mce-fullscreen #wp-content-wrap .mce-menubar,
|
||||
.mce-fullscreen #wp-content-wrap .mce-toolbar-grp,
|
||||
.mce-fullscreen #wp-content-wrap .mce-edit-area,
|
||||
.mce-fullscreen #wp-content-wrap .mce-statusbar {
|
||||
position: static !important;
|
||||
width: auto !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
.mce-fullscreen #wp-content-wrap .mce-statusbar {
|
||||
visibility: visible !important;
|
||||
}
|
||||
|
||||
.post-php.mce-fullscreen #wpadminbar,
|
||||
.mce-fullscreen #wp-content-wrap .mce-wp-dfw {
|
||||
display: none;
|
||||
}
|
||||
/* End TinyMCE native fullscreen mode override */
|
||||
|
||||
#wp-content-editor-tools {
|
||||
background-color: #f1f1f1;
|
||||
padding-top: 20px;
|
||||
|
||||
Reference in New Issue
Block a user