Merge pull request #14524 from woocommerce/fix/14515

Give zoomed images a bg color so it supports transparent PNG
This commit is contained in:
Claudiu Lodromanean 2017-04-19 10:15:27 -07:00 committed by GitHub
commit 1c0b4ed729
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;