From c93f5205e10aad0918fe4a6f4ad7b16d9e88b693 Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Fri, 16 Sep 2016 16:48:08 +0300 Subject: [PATCH] big commti --- frontend/web/css/css_header.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/web/css/css_header.css b/frontend/web/css/css_header.css index 5023ada..2a1b886 100755 --- a/frontend/web/css/css_header.css +++ b/frontend/web/css/css_header.css @@ -14526,5 +14526,8 @@ ul.product-special li.promo div{ } #brand_bar img{ - filter: grayscale(100%); + -webkit-filter: grayscale(100%); + -ms-filter: grayscale(100%); + -o-filter: grayscale(100%); + -moz-filter: grayscale(100%); } \ No newline at end of file -- libgit2 0.21.4