##// END OF EJS Templates
URL stamps should also be monochrome
neko259 -
r1966:52a70b91 default
parent child Browse files
Show More
@@ -144,9 +144,12 b' textarea, input {'
144 144 opacity: 1;
145 145 }
146 146
147 .monochrome > .image > .thumb > img, .monochrome.img-full {
147 .url-image:hover, .monochrome .url-image:hover {
148 filter: invert(100%);
149 }
150
151 .monochrome > .image > .thumb > img, .monochrome .url-image, .monochrome.img-full {
148 152 filter: grayscale(100%);
149 -webkit-filter: grayscale(100%);
150 153 }
151 154
152 155 #quote-button {
@@ -165,10 +168,6 b' textarea, input {'
165 168 cursor: help;
166 169 }
167 170
168 .url-image:hover {
169 filter: invert(100%);
170 }
171
172 171 .landing-tags, .landing-images {
173 172 max-width: 800px;
174 173 margin-left: auto;
General Comments 0
You need to be logged in to leave comments. Login now