This commit is contained in:
Toks
2016-01-07 23:21:23 -05:00
parent e60db2bcbe
commit a575891cec

View File

@@ -57,9 +57,24 @@ a.blacklisted-active {
} }
.post-preview.blacklisted-active, #image-container.blacklisted-active { .post-preview.blacklisted-active, #image-container.blacklisted-active {
filter: brightness(0%); img {
-webkit-filter: brightness(0%); display: none;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
&:before {
display: none;
}
background-color: black;
&:after {
position: absolute;
content: "Blacklisted";
color: white;
top: 45%;
right: 0;
left: 0;
font-size: 130%;
}
} }
.post-preview { .post-preview {