Give zoomed images a bg color so it supports transparent PNG
Fixes #14515
This commit is contained in:
parent
d94f3883da
commit
5b9ee32c49
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -372,6 +372,10 @@ table.variations {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.zoomImg {
|
||||||
|
background-color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
.woocommerce-product-gallery__image:nth-child(n+2) {
|
.woocommerce-product-gallery__image:nth-child(n+2) {
|
||||||
width: 25%;
|
width: 25%;
|
||||||
display: inline-block;
|
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
|
@ -176,6 +176,10 @@ p.demo_store,
|
||||||
transition: all cubic-bezier(0.795, -0.035, 0.000, 1.000) .5s;
|
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) {
|
.woocommerce-product-gallery__image:nth-child(n+2) {
|
||||||
width: 25%;
|
width: 25%;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
Loading…
Reference in New Issue