Make WordPress Core

Ticket #31898: 31898.2.patch

File 31898.2.patch, 765 bytes (added by iseulde, 10 years ago)
  • src/wp-includes/css/media-views.css

     
    896896        transform: translate( -50%, -50% );
    897897}
    898898
    899 .wp-core-ui .attachment .thumbnail .centered img.icon {
     899.wp-core-ui .attachments-browser .attachment .thumbnail .centered img.icon {
    900900        -webkit-transform: translate( -50%, -70% );
    901901        -ms-transform: translate(-50%,-70%);
    902902        transform: translate( -50%, -70% );
     
    14611461        background: none;
    14621462}
    14631463
    1464 .media-selection .attachment.selection.details .thumbnail {
     1464.media-selection .attachment.selection.details {
    14651465        -webkit-box-shadow:
    14661466                0 0 0 1px #fff,
    14671467                0 0 0 3px #1e8cbe;