##// END OF EJS Templates
Make only images greyscale. Added chrome support
neko259 -
r1435:76d1b574 default
parent child Browse files
Show More
@@ -153,6 +153,7 b' textarea, input {'
153 153 opacity: 1;
154 154 }
155 155
156 .monochrome {
156 .monochrome > .image > .thumb > img {
157 157 filter: grayscale(100%);
158 } No newline at end of file
158 -webkit-filter: grayscale(100%);
159 }
General Comments 0
You need to be logged in to leave comments. Login now