mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-10 07:34:34 +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:
@@ -1099,6 +1099,11 @@ i.mce-i-hr:before {
|
||||
margin: 5px 5px 0 0;
|
||||
}
|
||||
|
||||
.qt-fullscreen {
|
||||
position: static;
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
@media screen and ( max-width: 782px ) {
|
||||
.mce-toolbar .mce-btn button,
|
||||
.qt-dfw {
|
||||
|
||||
Reference in New Issue
Block a user