Commit f5f5c8d3fb4229c20a6e05d912ec7c777199cde2

Authored by Administrator
1 parent c93f5205

big commti

Showing 1 changed file with 7 additions and 0 deletions   Show diff stats
frontend/web/css/css_header.css
... ... @@ -14530,4 +14530,11 @@ ul.product-special li.promo div{
14530 14530 -ms-filter: grayscale(100%);
14531 14531 -o-filter: grayscale(100%);
14532 14532 -moz-filter: grayscale(100%);
  14533 +}
  14534 +
  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%);
14533 14540 }
14534 14541 \ No newline at end of file
... ...