TinyMCE: fix the styling of notices generated by the editor UI.

Props: mor10, karmatosed, azaozz.
Fixes #38917.

git-svn-id: https://develop.svn.wordpress.org/trunk@39367 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2016-11-28 02:11:15 +00:00
parent 9c39b16119
commit 01094b40c1
1 changed files with 5 additions and 0 deletions

View File

@ -858,6 +858,11 @@ div.mce-menu .mce-menu-item-sep,
border-left-color: #23282d;
}
div.mce-notification {
left: 10% !important;
right: 10%;
}
.mce-notification button.mce-close {
right: 6px;
top: 3px;