Editor scrolling:
- Pin the TinyMCE statusbar (elements path) to the bottom. - Add support for pinning the menu when present. - Add borders from CSS. - Optimize getting most elements outerHeight. Part props avryl, fixes #29293, see #28328. Built from https://develop.svn.wordpress.org/trunk@29579 git-svn-id: http://core.svn.wordpress.org/trunk@29353 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -152,7 +152,6 @@ div.mce-toolbar-grp {
|
||||
background: #f5f5f5;
|
||||
padding: 0;
|
||||
position: relative;
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
div.mce-toolbar-grp > div {
|
||||
@@ -368,6 +367,8 @@ div.mce-path {
|
||||
/* Menubar */
|
||||
.mce-menubar {
|
||||
border-color: #e5e5e5;
|
||||
background: #fff;
|
||||
border-width: 0px 0px 1px;
|
||||
}
|
||||
|
||||
.mce-menubar .mce-btn:focus {
|
||||
@@ -759,11 +760,9 @@ i.mce-i-hr:before {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#wp-content-editor-tools {
|
||||
background-color: #f1f1f1;
|
||||
padding-top: 20px;
|
||||
.wp-editor-tools {
|
||||
position: relative;
|
||||
z-index: 1000;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.wp-editor-tools:after {
|
||||
|
||||
Reference in New Issue
Block a user