mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-22 16:21:26 +01:00
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-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;
|
||||
|
2
wp-includes/css/editor-rtl.min.css
vendored
2
wp-includes/css/editor-rtl.min.css
vendored
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-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;
|
||||
|
2
wp-includes/css/editor.min.css
vendored
2
wp-includes/css/editor.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user