Last active
March 3, 2017 05:13
-
-
Save chengjianhua/a4214441a4e4086c0175f4b9693935dd to your computer and use it in GitHub Desktop.
gray filter, disabled
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.gray { | |
-webkit-filter: grayscale(100%); | |
-moz-filter: grayscale(100%); | |
-ms-filter: grayscale(100%); | |
-o-filter: grayscale(100%); | |
filter: grayscale(100%); | |
filter: gray; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment