Make WordPress Core

Ticket #26952: 26952.2.patch

File 26952.2.patch, 820 bytes (added by iseulde, 11 years ago)
  • src/wp-includes/css/editor.css

     
    33------------------------------------------------------------------------------*/
    44
    55/* TinyMCE widgets/containers */
    6 
    76.mce-container,
    8 .mce-widget {
     7.mce-container *,
     8.mce-widget,
     9.mce-widget * {
    910        color: inherit;
    1011        font-family: inherit;
    1112}
     
    5556.mce-window .mce-window-head .mce-close:before {
    5657        font: normal 20px/2 'dashicons';
    5758        text-align: center;
    58         color: #888;
     59        color: #666;
    5960        width: 40px;
    6061        height: 40px;
    6162        display: block;
    6263}
    6364
    6465.mce-window .mce-window-head .mce-close:hover:before {
    65         color: #555;
     66        color: #2ea2cc;
    6667}
    6768
    6869.mce-window .mce-window-head .mce-dragh {