Press This: make the font size in the Text editor similar to the Visual editor. Fix buttons padding.
Fixes #32706. git-svn-id: https://develop.svn.wordpress.org/trunk@33159 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
4f606c1bb3
commit
daf944fa25
@ -2176,6 +2176,7 @@ html {
|
|||||||
color: #404040;
|
color: #404040;
|
||||||
resize: none;
|
resize: none;
|
||||||
padding-top: 30px;
|
padding-top: 30px;
|
||||||
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-editor-wrap .quicktags-toolbar {
|
.wp-editor-wrap .quicktags-toolbar {
|
||||||
@ -2195,6 +2196,7 @@ html {
|
|||||||
.wp-editor-wrap .wp-switch-editor {
|
.wp-editor-wrap .wp-switch-editor {
|
||||||
top: 0;
|
top: 0;
|
||||||
margin: 3px 0 0 5px;
|
margin: 3px 0 0 5px;
|
||||||
|
padding: 3px 8px;
|
||||||
background: #f5f5f5;
|
background: #f5f5f5;
|
||||||
color: #555;
|
color: #555;
|
||||||
border-color: #ccc;
|
border-color: #ccc;
|
||||||
|
Loading…
Reference in New Issue
Block a user