completely blackout blacklisted posts

This commit is contained in:
r888888888
2016-01-07 19:36:15 -08:00
parent 50cd77d3a5
commit e60db2bcbe
2 changed files with 3 additions and 6 deletions

View File

@@ -384,6 +384,3 @@ DEPENDENCIES
vcr
webmock
whenever
BUNDLED WITH
1.10.0

View File

@@ -57,9 +57,9 @@ 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)";
filter: brightness(0%);
-webkit-filter: brightness(0%);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.post-preview {