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:
Andrew Ozz 2016-10-16 22:50:28 +00:00
parent 7ea0f51f01
commit 6cccdf89ee
1 changed files with 7 additions and 0 deletions

View File

@ -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 {