Make WordPress Core

Changeset 18373


Ignore:
Timestamp:
06/29/2011 04:10:57 PM (13 years ago)
Author:
azaozz
Message:

Add the new TinyMCE icons to two more buttons, fixes #17925

File:
1 edited

Legend:

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

    r18066 r18373  
    264264.wp_themeSkin .mce_forecolorpicker,
    265265.wp_themeSkin .mceSplitButton .mce_spellchecker span.mce_spellchecker,
    266 .wp_themeSkin .mceSplitButton .mce_forecolor span.mce_forecolor {
     266.wp_themeSkin .mceSplitButton .mce_forecolor span.mce_forecolor,
     267.wp_themeSkin .mceSplitButton span.mce_numlist,
     268.wp_themeSkin .mceSplitButton span.mce_bullist {
    267269    background-image: url(../../img/wpicons.png);
    268270}
     
    348350.wp_themeSkin span.mce_bullist {background-position:-40px -20px}
    349351.wp_themeSkin .mceButtonEnabled:hover span.mce_bullist,
    350 .wp_themeSkin .mceButtonActive span.mce_bullist {background-position:-40px 0}
     352.wp_themeSkin .mceButtonActive span.mce_bullist,
     353.wp_themeSkin .mceSplitButton:hover span.mce_bullist {background-position:-40px 0}
    351354
    352355.wp_themeSkin span.mce_numlist {background-position:-61px -20px}
    353356.wp_themeSkin .mceButtonEnabled:hover span.mce_numlist,
    354 .wp_themeSkin .mceButtonActive span.mce_numlist {background-position:-61px 0}
     357.wp_themeSkin .mceButtonActive span.mce_numlist,
     358.wp_themeSkin .mceSplitButton:hover span.mce_numlist {background-position:-61px 0}
    355359
    356360.wp_themeSkin span.mce_blockquote {background-position:-80px -20px}
Note: See TracChangeset for help on using the changeset viewer.