Make WordPress Core

Changeset 36799


Ignore:
Timestamp:
03/02/2016 01:14:45 AM (9 years ago)
Author:
azaozz
Message:

TinyMCE: fix the close button position in the paste in text mode warning.

See #36035.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/css/editor.css

    r36761 r36799  
    826826.mce-toolbar .mce-btn.mce-active .mce-open {
    827827    border-left-color: #23282d;
     828}
     829
     830.mce-notification button.mce-close {
     831    width: 20px;
     832    right: 6px;
     833    top: 9px;
     834    font-weight: normal;
     835    color: #555d66;
     836}
     837
     838.mce-notification button.mce-close:hover,
     839.mce-notification button.mce-close:focus {
     840    color: #000;
     841}
     842
     843.mce-notification.mce-notification-info.mce-has-close {
     844    padding-right: 24px;
    828845}
    829846
Note: See TracChangeset for help on using the changeset viewer.