Make WordPress Core

Ticket #41948: 41948.patch

File 41948.patch, 613 bytes (added by powerzilly, 7 years ago)

Fix background problem

  • src/wp-admin/css/media.css

     
    738738        box-sizing: border-box;
    739739        padding: 16px;
    740740        height: 100%;
     741        background-position: 0px 0px, 10px 10px;
     742    background-size: 20px 20px;
     743    background-image: linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%, #eee 100%),linear-gradient(45deg, #eee 25%, white 25%, white 75%, #eee 75%, #eee 100%);
    741744}
    742745
    743746.edit-attachment-frame .attachment-media-view .details-image {