Skip to content

Instantly share code, notes, and snippets.

@chengjianhua
Last active March 3, 2017 05:13
Show Gist options
  • Save chengjianhua/a4214441a4e4086c0175f4b9693935dd to your computer and use it in GitHub Desktop.
Save chengjianhua/a4214441a4e4086c0175f4b9693935dd to your computer and use it in GitHub Desktop.
gray filter, disabled
.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