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:
parent
ddd5e7a57f
commit
ad9f1f3258
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue