Changeset 37751
- Timestamp:
- 06/19/2016 01:00:30 PM (8 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/css/editor.css
r37741 r37751 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 -
trunk/src/wp-includes/js/tinymce/skins/wordpress/wp-content.css
r37741 r37751 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
Note: See TracChangeset
for help on using the changeset viewer.