Make WordPress Core

Changeset 27044


Ignore:
Timestamp:
01/27/2014 03:05:27 PM (11 years ago)
Author:
azaozz
Message:

TinyMCE: add dashicon for the "wp_page" button, see #24067.

File:
1 edited

Legend:

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

    r26896 r27044  
    140140i.mce-i-wp_help,
    141141i.mce-i-wp-media-library,
    142 i.mce-i-ltr {
     142i.mce-i-ltr,
     143i.mce-i-wp_page {
    143144    font: normal 20px/1 'dashicons';
    144145    padding: 0;
     
    261262i.mce-i-ltr:before {
    262263    content: '\f320';
     264}
     265
     266i.mce-i-wp_page:before {
     267    content: '\f105';
    263268}
    264269
Note: See TracChangeset for help on using the changeset viewer.