Changeset 17972
- Timestamp:
- 05/19/2011 04:26:07 PM (14 years ago)
- 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 76 76 .wp_themeSkin span.mce_wp_adv, 77 77 .wp_themeSkin span.mce_wp_more, 78 .wp_themeSkin span.mce_strikethrough, 78 79 .wp_themeSkin .mceSplitButton .mce_forecolor span.mce_forecolor { 79 80 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;86 81 } 87 82 … … 417 412 .wp_themeSkin .mceButtonEnabled:hover span.mce_removeformat, 418 413 .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} 419 418 420 419 .wp_themeSkin .mceSplitButton .mce_forecolor span.mce_forecolor {background-position:-321px -22px}
Note: See TracChangeset
for help on using the changeset viewer.