diff --git a/wp-includes/css/media-views.css b/wp-includes/css/media-views.css index b6d8bf2b72..ec497b1f2a 100644 --- a/wp-includes/css/media-views.css +++ b/wp-includes/css/media-views.css @@ -267,7 +267,7 @@ background: #21759b; } -.attachment-thumbnail { +.attachment-preview { position: absolute; top: 0; left: 0; @@ -304,11 +304,11 @@ .attachment .landscape img { height: 200px; } -.attachment .attachment-thumbnail:hover { +.attachment .attachment-preview:hover { overflow: visible; z-index: 1000; } -.attachment .attachment-thumbnail:hover img { +.attachment .attachment-preview:hover img { border: 10px solid #fff; box-shadow: 0 0 10px rgba( 0, 0, 0, 0.4 ); }*/ @@ -322,7 +322,7 @@ .attachment .landscape img { height: 200px; } -.attachment .attachment-thumbnail:hover img { +.attachment .attachment-preview:hover img { height: auto; width: auto; max-height: 200px; @@ -356,7 +356,7 @@ transition: width 200ms; } -.attachment-thumbnail .media-progress-bar { +.attachment-preview .media-progress-bar { position: absolute; top: 50%; left: 15%; diff --git a/wp-includes/js/media-models.js b/wp-includes/js/media-models.js index 73fd11f28e..db103639b0 100644 --- a/wp-includes/js/media-models.js +++ b/wp-includes/js/media-models.js @@ -441,8 +441,8 @@ if ( typeof wp === 'undefined' ) } }, { defaultProps: { - orderby: 'date', - order: 'DESC' + orderby: 'date', + order: 'DESC' }, defaultArgs: { diff --git a/wp-includes/media.php b/wp-includes/media.php index 25dca9e57a..19571da935 100644 --- a/wp-includes/media.php +++ b/wp-includes/media.php @@ -1645,7 +1645,7 @@ function wp_print_media_templates( $attachment ) {