stop persisting toggle of per-tag blacklist, black out blacklisted previews #2497

This commit is contained in:
r888888888
2016-01-04 16:33:48 -08:00
parent c3dcf9a41a
commit c9c9d8fb15
2 changed files with 2 additions and 16 deletions

View File

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