TinyMCE: restore the monospace font in textareas in the TinyMCE UI. Make it same as in the Text editor.
Fixes #38125. git-svn-id: https://develop.svn.wordpress.org/trunk@38801 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
7ea0f51f01
commit
6cccdf89ee
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user