TinyMCE: fix the icon for the `wp_code` button. Fixes #31733.

git-svn-id: https://develop.svn.wordpress.org/trunk@31858 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2015-03-22 22:53:32 +00:00
parent 9822d05f72
commit f6aa243908
1 changed files with 2 additions and 1 deletions

View File

@ -731,6 +731,7 @@ i.mce-i-wp-media-library,
i.mce-i-ltr,
i.mce-i-wp_page,
i.mce-i-hr,
i.mce-i-wp_code,
i.mce-i-dashicon,
.mce-close {
font: normal 20px/1 'dashicons';
@ -880,7 +881,7 @@ i.mce-i-hr:before {
content: '\f158';
}
.mce-i-wp_code:before {
i.mce-i-wp_code:before {
content: '\f475';
}