mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 23:41:38 +01:00
TinyMCE: fix the close button position in the paste in text mode warning.
See #36035. Built from https://develop.svn.wordpress.org/trunk@36799 git-svn-id: http://core.svn.wordpress.org/trunk@36766 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4c59ced046
commit
bd161f342d
@ -827,6 +827,23 @@ div.mce-menu .mce-menu-item-sep,
|
||||
border-right-color: #23282d;
|
||||
}
|
||||
|
||||
.mce-notification button.mce-close {
|
||||
width: 20px;
|
||||
left: 6px;
|
||||
top: 9px;
|
||||
font-weight: normal;
|
||||
color: #555d66;
|
||||
}
|
||||
|
||||
.mce-notification button.mce-close:hover,
|
||||
.mce-notification button.mce-close:focus {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.mce-notification.mce-notification-info.mce-has-close {
|
||||
padding-left: 24px;
|
||||
}
|
||||
|
||||
i.mce-i-bold,
|
||||
i.mce-i-italic,
|
||||
i.mce-i-bullist,
|
||||
|
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
@ -827,6 +827,23 @@ div.mce-menu .mce-menu-item-sep,
|
||||
border-left-color: #23282d;
|
||||
}
|
||||
|
||||
.mce-notification button.mce-close {
|
||||
width: 20px;
|
||||
right: 6px;
|
||||
top: 9px;
|
||||
font-weight: normal;
|
||||
color: #555d66;
|
||||
}
|
||||
|
||||
.mce-notification button.mce-close:hover,
|
||||
.mce-notification button.mce-close:focus {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.mce-notification.mce-notification-info.mce-has-close {
|
||||
padding-right: 24px;
|
||||
}
|
||||
|
||||
i.mce-i-bold,
|
||||
i.mce-i-italic,
|
||||
i.mce-i-bullist,
|
||||
|
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
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.5-beta1-36798';
|
||||
$wp_version = '4.5-beta1-36799';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user