Media: Restore white background of the content area in media modal.

Props afercia, chetan200891.
Merges [42572] to the 4.9 branch.
Fixes #43088.
Built from https://develop.svn.wordpress.org/branches/4.9@42573


git-svn-id: http://core.svn.wordpress.org/branches/4.9@42402 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2018-01-23 14:03:42 +00:00
parent 8662725a4b
commit 124bdbb0cd
5 changed files with 7 additions and 11 deletions

View File

@ -177,9 +177,7 @@
cursor: pointer;
}
.media-widget-preview.media_image,
.media-widget-preview.media_audio,
.attachment-media-view {
.media-widget-preview .placeholder {
background: #f1f1f1;
}
@ -190,7 +188,7 @@
background: transparent;
}
.media-widget-gallery-preview .gallery-item .gallery-icon {
.media-widget-gallery-preview .gallery-item .gallery-icon {
margin: 4.5%;
}

File diff suppressed because one or more lines are too long

View File

@ -177,9 +177,7 @@
cursor: pointer;
}
.media-widget-preview.media_image,
.media-widget-preview.media_audio,
.attachment-media-view {
.media-widget-preview .placeholder {
background: #f1f1f1;
}
@ -190,7 +188,7 @@
background: transparent;
}
.media-widget-gallery-preview .gallery-item .gallery-icon {
.media-widget-gallery-preview .gallery-item .gallery-icon {
margin: 4.5%;
}

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.9.3-alpha-42571';
$wp_version = '4.9.3-alpha-42573';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.