Make WordPress Core

Changeset 38801


Ignore:
Timestamp:
10/16/2016 10:50:28 PM (8 years ago)
Author:
azaozz
Message:

TinyMCE: restore the monospace font in textareas in the TinyMCE UI. Make it same as in the Text editor.

Fixes #38125.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/css/editor.css

    r38501 r38801  
    1111    color: inherit;
    1212    font-family: inherit;
     13}
     14
     15.mce-container .mce-monospace,
     16.mce-widget .mce-monospace {
     17    font-family: Consolas, Monaco, monospace;
     18    font-size: 13px;
     19    line-height: 150%;
    1320}
    1421
Note: See TracChangeset for help on using the changeset viewer.