TinyMCE: fix the close button position in the paste in text mode warning.
See #36035. git-svn-id: https://develop.svn.wordpress.org/trunk@36799 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
b4db71a2f8
commit
237146cac1
|
@ -827,6 +827,23 @@ div.mce-menu .mce-menu-item-sep,
|
||||||
border-left-color: #23282d;
|
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-bold,
|
||||||
i.mce-i-italic,
|
i.mce-i-italic,
|
||||||
i.mce-i-bullist,
|
i.mce-i-bullist,
|
||||||
|
|
Loading…
Reference in New Issue