Commit 3614880fb8e2a14032addbc84525d1080530ec90
1 parent
f5f5c8d3
big commti
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
frontend/web/css/css_header.css
| ... | ... | @@ -14533,8 +14533,8 @@ ul.product-special li.promo div{ |
| 14533 | 14533 | } |
| 14534 | 14534 | |
| 14535 | 14535 | #brand_bar img:hover{ |
| 14536 | - -webkit-filter: grayscale(100%); | |
| 14537 | - -ms-filter: grayscale(100%); | |
| 14538 | - -o-filter: grayscale(100%); | |
| 14539 | - -moz-filter: grayscale(100%); | |
| 14536 | + -webkit-filter: grayscale(0%); | |
| 14537 | + -ms-filter: grayscale(0%); | |
| 14538 | + -o-filter: grayscale(0%); | |
| 14539 | + -moz-filter: grayscale(0%); | |
| 14540 | 14540 | } |
| 14541 | 14541 | \ No newline at end of file | ... | ... |