Fix black out in chrome and opera

#2566
This commit is contained in:
Toks
2016-01-07 22:28:19 -05:00
parent 8498ba1188
commit 50cd77d3a5

View File

@@ -58,6 +58,7 @@ a.blacklisted-active {
.post-preview.blacklisted-active, #image-container.blacklisted-active {
filter: brightness(10%);
-webkit-filter: brightness(10%);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}