Give zoomed images a bg color so it supports transparent PNG

Fixes #14515
This commit is contained in:
Mike Jolley 2017-04-19 10:44:56 +01:00
parent d94f3883da
commit 5b9ee32c49
6 changed files with 12 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -372,6 +372,10 @@ table.variations {
margin: 0;
}
.zoomImg {
background-color: #fff;
}
.woocommerce-product-gallery__image:nth-child(n+2) {
width: 25%;
display: inline-block;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -176,6 +176,10 @@ p.demo_store,
transition: all cubic-bezier(0.795, -0.035, 0.000, 1.000) .5s;
}
.woocommerce-product-gallery__wrapper .zoomImg {
background-color: #fff;
}
.woocommerce-product-gallery__image:nth-child(n+2) {
width: 25%;
display: inline-block;