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

Built from https://develop.svn.wordpress.org/trunk@27044


git-svn-id: http://core.svn.wordpress.org/trunk@26918 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2014-01-27 15:06:32 +00:00
parent ea7f080573
commit 544116e76a
4 changed files with 14 additions and 4 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;

File diff suppressed because one or more lines are too long

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;

File diff suppressed because one or more lines are too long