Ticket #36638: 36638.4.patch
File 36638.4.patch, 961 bytes (added by , 8 years ago) |
---|
-
src/wp-includes/css/editor.css
1758 1758 } 1759 1759 1760 1760 div.wp-link-preview a.wplink-url-error { 1761 color: #a00; 1762 } 1763 1764 div.wp-link-preview a.wplink-url-error:hover { 1765 color: #f00; 1761 color: #dc3232; 1766 1762 } 1767 1763 1768 1764 div.wp-link-input { -
src/wp-includes/js/tinymce/skins/wordpress/wp-content.css
212 212 position: relative; 213 213 } 214 214 215 a[data-wplink-url-error]:before { 216 content: ''; 217 display: block; 218 position: absolute; 219 top: -2px; 220 right: -2px; 221 bottom: -2px; 222 left: -2px; 223 outline: 2px dotted #fff; 224 z-index: -1; 225 } 226 215 227 /** 216 228 * WP Views 217 229 */