Make WordPress Core

Changeset 17972


Ignore:
Timestamp:
05/19/2011 04:26:07 PM (14 years ago)
Author:
azaozz
Message:

Add the missing icon to the TinyMCE buttons, props empireoflight, props saracannon, see #15986

Location:
trunk/wp-includes/js/tinymce/themes/advanced
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/ui.css

    r17961 r17972  
    7676.wp_themeSkin span.mce_wp_adv,
    7777.wp_themeSkin span.mce_wp_more,
     78.wp_themeSkin span.mce_strikethrough,
    7879.wp_themeSkin .mceSplitButton .mce_forecolor span.mce_forecolor {
    7980    background: url(../../img/wpicons.png) no-repeat 20px 20px;
    80 }
    81 
    82 /* missing */
    83 .wp_themeSkin span.mce_strikethrough {
    84     background: url(../../img/allicons.png) no-repeat 20px 20px;
    85     background-position:-120px 0;
    8681}
    8782
     
    417412.wp_themeSkin .mceButtonEnabled:hover span.mce_removeformat,
    418413.wp_themeSkin .mceButtonActive span.mce_removeformat {background-position:-381px 0}
     414
     415.wp_themeSkin span.mce_strikethrough {background-position:-540px -18px;}
     416.wp_themeSkin .mceButtonEnabled:hover span.mce_strikethrough,
     417.wp_themeSkin .mceButtonActive span.mce_strikethrough {background-position:-540px 0}
    419418
    420419.wp_themeSkin .mceSplitButton .mce_forecolor span.mce_forecolor {background-position:-321px -22px}
Note: See TracChangeset for help on using the changeset viewer.