Anxhelo Lushka
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
0 deletions
-
css/slick.css
|
|
@ -54,6 +54,10 @@ |
|
|
|
display: none; } |
|
|
|
[dir="rtl"] .slick-slide { |
|
|
|
float: right; } |
|
|
|
.slick-slide a:hover { |
|
|
|
filter: none; |
|
|
|
-webkit-filter: grayscale(0%); |
|
|
|
transition: .5s ease; } |
|
|
|
.slick-slide img { |
|
|
|
display: block; |
|
|
|
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+ */ |
|
|
|