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:
parent
ea7f080573
commit
544116e76a
|
@ -139,7 +139,8 @@ i.mce-i-redo,
|
||||||
i.mce-i-help,
|
i.mce-i-help,
|
||||||
i.mce-i-wp_help,
|
i.mce-i-wp_help,
|
||||||
i.mce-i-wp-media-library,
|
i.mce-i-wp-media-library,
|
||||||
i.mce-i-ltr {
|
i.mce-i-ltr,
|
||||||
|
i.mce-i-wp_page {
|
||||||
font: normal 20px/1 'dashicons';
|
font: normal 20px/1 'dashicons';
|
||||||
padding: 0;
|
padding: 0;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
@ -262,6 +263,10 @@ i.mce-i-ltr:before {
|
||||||
content: '\f320';
|
content: '\f320';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
i.mce-i-wp_page:before {
|
||||||
|
content: '\f105';
|
||||||
|
}
|
||||||
|
|
||||||
/* Editors */
|
/* Editors */
|
||||||
.wp-editor-wrap {
|
.wp-editor-wrap {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -139,7 +139,8 @@ i.mce-i-redo,
|
||||||
i.mce-i-help,
|
i.mce-i-help,
|
||||||
i.mce-i-wp_help,
|
i.mce-i-wp_help,
|
||||||
i.mce-i-wp-media-library,
|
i.mce-i-wp-media-library,
|
||||||
i.mce-i-ltr {
|
i.mce-i-ltr,
|
||||||
|
i.mce-i-wp_page {
|
||||||
font: normal 20px/1 'dashicons';
|
font: normal 20px/1 'dashicons';
|
||||||
padding: 0;
|
padding: 0;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
@ -262,6 +263,10 @@ i.mce-i-ltr:before {
|
||||||
content: '\f320';
|
content: '\f320';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
i.mce-i-wp_page:before {
|
||||||
|
content: '\f105';
|
||||||
|
}
|
||||||
|
|
||||||
/* Editors */
|
/* Editors */
|
||||||
.wp-editor-wrap {
|
.wp-editor-wrap {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue