Ticket #18419: mce_anchor_style.patch
| File mce_anchor_style.patch, 1.1 KB (added by , 15 years ago) |
|---|
-
wp-includes/js/tinymce/themes/advanced/skins/wp_theme/content.css
13 13 h5 {font-size: .83em} 14 14 h6 {font-size: .75em} 15 15 .mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceItemVisualAid {border: 1px dashed #BBB;} 16 a.mceItemAnchor {display:inline-block; -webkit-user-select:all; -webkit-user-modify:read-only; -moz-user-select:all; -moz-user-modify:read-only; width:11px !important; height:11px !important; background:url( img/items.gif) no-repeat center center}16 a.mceItemAnchor {display:inline-block; -webkit-user-select:all; -webkit-user-modify:read-only; -moz-user-select:all; -moz-user-modify:read-only; width:11px !important; height:11px !important; background:url(../default/img/items.gif) no-repeat center center} 17 17 span.mceItemNbsp {background: #DDD} 18 18 td.mceSelected, th.mceSelected {background-color:#3399ff !important} 19 19 img {border:0;}