Changeset 27791
- Timestamp:
- 03/27/2014 07:18:45 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/css/editor.css (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/css/editor.css
r27790 r27791 6 6 7 7 .mce-container, 8 .mce-widget { 8 .mce-container *, 9 .mce-widget, 10 .mce-widget * { 9 11 color: inherit; 10 12 font-family: inherit; … … 38 40 .mce-window .mce-window-head .mce-title { 39 41 color: #444; 40 font-family: 'Open Sans', sans-serif;41 42 font-size: 18px; 42 43 font-weight: 600; … … 486 487 487 488 /* TinyMCE icons */ 489 .mce-ico { 490 font-family: 'tinymce', Arial; 491 } 492 493 .mce-btn-small .mce-ico { 494 font-family: 'tinymce-small', Arial; 495 } 496 488 497 .mce-toolbar .mce-ico { 489 498 color: #777; … … 544 553 i.mce-i-ltr, 545 554 i.mce-i-wp_page, 555 i.mce-i-hr, 546 556 .mce-close { 547 557 font: normal 20px/1 'dashicons'; … … 671 681 i.mce-i-wp_page:before { 672 682 content: '\f105'; 683 } 684 685 i.mce-i-hr:before { 686 content: '\f460'; 673 687 } 674 688 … … 845 859 font: 12px/18px "Open Sans", sans-serif; 846 860 color: #464646; 861 cursor: pointer; 847 862 border: 1px solid #c3c3c3; 848 863 -webkit-border-radius: 3px;
Note: See TracChangeset
for help on using the changeset viewer.