Ticket #31898: 31898.2.patch
File 31898.2.patch, 765 bytes (added by , 10 years ago) |
---|
-
src/wp-includes/css/media-views.css
896 896 transform: translate( -50%, -50% ); 897 897 } 898 898 899 .wp-core-ui .attachment .thumbnail .centered img.icon {899 .wp-core-ui .attachments-browser .attachment .thumbnail .centered img.icon { 900 900 -webkit-transform: translate( -50%, -70% ); 901 901 -ms-transform: translate(-50%,-70%); 902 902 transform: translate( -50%, -70% ); … … 1461 1461 background: none; 1462 1462 } 1463 1463 1464 .media-selection .attachment.selection.details .thumbnail{1464 .media-selection .attachment.selection.details { 1465 1465 -webkit-box-shadow: 1466 1466 0 0 0 1px #fff, 1467 1467 0 0 0 3px #1e8cbe;