Browse Source

Update slick.css

redesign
Anxhelo Lushka 7 years ago
committed by GitHub
parent
commit
eb36b1e222
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      css/slick.css

3
css/slick.css

@ -1,8 +1,5 @@
/* Slider */
.slick-slider {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
filter: gray; /* IE6-9 */
-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
position: relative;
display: block;
box-sizing: border-box;

Loading…
Cancel
Save