Attempt to keep the textarea still while loading the editor, see #18820
git-svn-id: https://develop.svn.wordpress.org/trunk@18829 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
cfc8bd3d53
commit
242c897d96
File diff suppressed because one or more lines are too long
@ -4961,11 +4961,6 @@ br.clear {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content {
|
|
||||||
margin: 0;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
fieldset {
|
fieldset {
|
||||||
border: 0;
|
border: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
File diff suppressed because one or more lines are too long
@ -1036,8 +1036,6 @@
|
|||||||
text-decoration: none !important;
|
text-decoration: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.js .tmce-active .wp-editor-area {
|
.js .tmce-active .wp-editor-area {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
@ -1075,6 +1073,7 @@
|
|||||||
border-top-right-radius: 3px;
|
border-top-right-radius: 3px;
|
||||||
border-top-left-radius: 3px;
|
border-top-left-radius: 3px;
|
||||||
padding: 2px 3px 0;
|
padding: 2px 3px 0;
|
||||||
|
min-height: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.quicktags-toolbar > div {
|
.quicktags-toolbar > div {
|
||||||
|
Loading…
Reference in New Issue
Block a user