mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-09 07:00:01 +00:00
Attempt to keep the textarea still while loading the editor, see #18820
git-svn-id: http://svn.automattic.com/wordpress/trunk@18829 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3be0b41d68
commit
f5e6304ca6
File diff suppressed because one or more lines are too long
@ -4961,11 +4961,6 @@ br.clear {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#content {
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
fieldset {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
|
File diff suppressed because one or more lines are too long
@ -1036,8 +1036,6 @@
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.js .tmce-active .wp-editor-area {
|
||||
color: white;
|
||||
}
|
||||
@ -1075,6 +1073,7 @@
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
padding: 2px 3px 0;
|
||||
min-height: 30px;
|
||||
}
|
||||
|
||||
.quicktags-toolbar > div {
|
||||
|
Loading…
x
Reference in New Issue
Block a user