Ticket #31628: 31628.patch
File 31628.patch, 669 bytes (added by , 10 years ago) |
---|
-
src/wp-includes/js/tinymce/skins/wordpress/wp-content.css
140 140 } 141 141 142 142 /* Remove blue highlighting of selected images in WebKit */ 143 img ::selection {143 img[data-mce-selected]::selection { 144 144 background-color: transparent; 145 145 } 146 146 … … 162 162 cursor: default; 163 163 } 164 164 165 .mce-content-body img[data- wp-more][data-mce-selected] {165 .mce-content-body img[data-mce-placeholder][data-mce-selected] { 166 166 outline: 1px dotted #888; 167 167 } 168 168