Commit c93f5205e10aad0918fe4a6f4ad7b16d9e88b693
1 parent
c81a97de
big commti
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
frontend/web/css/css_header.css
... | ... | @@ -14526,5 +14526,8 @@ ul.product-special li.promo div{ |
14526 | 14526 | } |
14527 | 14527 | |
14528 | 14528 | #brand_bar img{ |
14529 | - filter: grayscale(100%); | |
14529 | + -webkit-filter: grayscale(100%); | |
14530 | + -ms-filter: grayscale(100%); | |
14531 | + -o-filter: grayscale(100%); | |
14532 | + -moz-filter: grayscale(100%); | |
14530 | 14533 | } |
14531 | 14534 | \ No newline at end of file | ... | ... |