Ticket #7469: wordpress.css.patch

File wordpress.css.patch, 684 bytes (added by docwhat, 4 years ago)
  • wp-includes/js/tinymce/wordpress.css

    diff --git a/wp-includes/js/tinymce/wordpress.css b/wp-includes/js/tinymce/wordpress.css
    index 2348d12..da86240 100644
    a b pre { 
    7979img.mceItemAnchor { 
    8080        width: 12px; 
    8181        height: 12px; 
    82         background: url(img/items.gif) no-repeat; 
     82        background: url(themes/advanced/skins/default/img/items.gif) no-repeat; 
    8383} 
    8484 
    8585a.mceItemAnchor { 
    a.mceItemAnchor { 
    8787        line-height: 6px; 
    8888        overflow: hidden; 
    8989        padding-left: 12px; 
    90         background: url(img/items.gif) no-repeat bottom left; 
     90        background: url(themes/advanced/skins/default/img/items.gif) no-repeat bottom left; 
    9191} 
    9292 
    9393.mceIEcenter {