TinyMCE: restore the monospace font in textareas in the TinyMCE UI. Make it same as in the Text editor.
Fixes #38125. Built from https://develop.svn.wordpress.org/trunk@38801 git-svn-id: http://core.svn.wordpress.org/trunk@38744 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -12,6 +12,13 @@
|
||||
font-family: inherit;
|
||||
}
|
||||
|
||||
.mce-container .mce-monospace,
|
||||
.mce-widget .mce-monospace {
|
||||
font-family: Consolas, Monaco, monospace;
|
||||
font-size: 13px;
|
||||
line-height: 150%;
|
||||
}
|
||||
|
||||
/* TinyMCE windows */
|
||||
#mce-modal-block,
|
||||
#mce-modal-block.mce-fade {
|
||||
|
||||
2
wp-includes/css/editor-rtl.min.css
vendored
2
wp-includes/css/editor-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -12,6 +12,13 @@
|
||||
font-family: inherit;
|
||||
}
|
||||
|
||||
.mce-container .mce-monospace,
|
||||
.mce-widget .mce-monospace {
|
||||
font-family: Consolas, Monaco, monospace;
|
||||
font-size: 13px;
|
||||
line-height: 150%;
|
||||
}
|
||||
|
||||
/* TinyMCE windows */
|
||||
#mce-modal-block,
|
||||
#mce-modal-block.mce-fade {
|
||||
|
||||
2
wp-includes/css/editor.min.css
vendored
2
wp-includes/css/editor.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user