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

git-svn-id: https://develop.svn.wordpress.org/trunk@17972 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2011-05-19 16:26:07 +00:00
parent 0f691b3af3
commit 15a8ad08c9
3 changed files with 5 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

@ -75,16 +75,11 @@ border:0; margin:0; padding:0; white-space:nowrap; text-decoration:none; font-we
.wp_themeSkin span.mce_wp_help,
.wp_themeSkin span.mce_wp_adv,
.wp_themeSkin span.mce_wp_more,
.wp_themeSkin span.mce_strikethrough,
.wp_themeSkin .mceSplitButton .mce_forecolor span.mce_forecolor {
background: url(../../img/wpicons.png) no-repeat 20px 20px;
}
/* missing */
.wp_themeSkin span.mce_strikethrough {
background: url(../../img/allicons.png) no-repeat 20px 20px;
background-position:-120px 0;
}
/* Button */
.wp_themeSkin .mceButton {
display:block;
@ -417,6 +412,10 @@ border:0; margin:0; padding:0; white-space:nowrap; text-decoration:none; font-we
.wp_themeSkin .mceButtonEnabled:hover span.mce_removeformat,
.wp_themeSkin .mceButtonActive span.mce_removeformat {background-position:-381px 0}
.wp_themeSkin span.mce_strikethrough {background-position:-540px -18px;}
.wp_themeSkin .mceButtonEnabled:hover span.mce_strikethrough,
.wp_themeSkin .mceButtonActive span.mce_strikethrough {background-position:-540px 0}
.wp_themeSkin .mceSplitButton .mce_forecolor span.mce_forecolor {background-position:-321px -22px}
.wp_themeSkin .mceSplitButtonEnabled:hover span.mce_forecolor,
.wp_themeSkin .mceSplitButtonActive span.mce_forecolor {background-position:-321px -2px}