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

Props afercia, chetan200891.
Fixes #43088.

git-svn-id: https://develop.svn.wordpress.org/trunk@42572 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2018-01-23 14:00:39 +00:00
parent 65f08f49da
commit 974d3afb9c

View File

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