Feature Image: Improve the preview for transparent background images by using CSS3 to show a checkered background.

Props metodiew.
Fixes #33299.


git-svn-id: https://develop.svn.wordpress.org/trunk@34634 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor 2015-09-27 18:40:40 +00:00
parent 51b3eb592d
commit 4dc810ad3c

View File

@ -291,6 +291,9 @@ ul.wp-tab-bar li {
max-width: 100%;
height: auto;
width: auto;
background-image: linear-gradient(45deg, #c4c4c4 25%, transparent 25%, transparent 75%, #c4c4c4 75%, #c4c4c4), linear-gradient(45deg, #c4c4c4 25%, transparent 25%, transparent 75%, #c4c4c4 75%, #c4c4c4);
background-position: 0 0, 10px 10px;
background-size: 20px 20px;
}
form#tags-filter {