TinyMCE: add dashicon for the "wp_page" button, see #24067.

git-svn-id: https://develop.svn.wordpress.org/trunk@27044 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2014-01-27 15:05:27 +00:00
parent ddd5e7a57f
commit ad9f1f3258
1 changed files with 6 additions and 1 deletions

View File

@ -139,7 +139,8 @@ i.mce-i-redo,
i.mce-i-help,
i.mce-i-wp_help,
i.mce-i-wp-media-library,
i.mce-i-ltr {
i.mce-i-ltr,
i.mce-i-wp_page {
font: normal 20px/1 'dashicons';
padding: 0;
vertical-align: top;
@ -262,6 +263,10 @@ i.mce-i-ltr:before {
content: '\f320';
}
i.mce-i-wp_page:before {
content: '\f105';
}
/* Editors */
.wp-editor-wrap {
position: relative;