Ticket #26952: 26952.2.patch
File 26952.2.patch, 820 bytes (added by , 11 years ago) |
---|
-
src/wp-includes/css/editor.css
3 3 ------------------------------------------------------------------------------*/ 4 4 5 5 /* TinyMCE widgets/containers */ 6 7 6 .mce-container, 8 .mce-widget { 7 .mce-container *, 8 .mce-widget, 9 .mce-widget * { 9 10 color: inherit; 10 11 font-family: inherit; 11 12 } … … 55 56 .mce-window .mce-window-head .mce-close:before { 56 57 font: normal 20px/2 'dashicons'; 57 58 text-align: center; 58 color: # 888;59 color: #666; 59 60 width: 40px; 60 61 height: 40px; 61 62 display: block; 62 63 } 63 64 64 65 .mce-window .mce-window-head .mce-close:hover:before { 65 color: # 555;66 color: #2ea2cc; 66 67 } 67 68 68 69 .mce-window .mce-window-head .mce-dragh {