tweak blacklist css

This commit is contained in:
r888888888
2016-01-18 15:14:00 -08:00
parent 4045d2074c
commit 2602ee7ae7

View File

@@ -56,7 +56,7 @@ a.blacklisted-active {
text-decoration: line-through;
}
.post-preview.blacklisted-active, #image-container.blacklisted-active {
.post-preview.blacklisted-active {
img {
display: none;
}
@@ -64,7 +64,7 @@ a.blacklisted-active {
display: none;
}
background-color: black;
background-color: #DDD;
&:after {
position: absolute;
@@ -77,12 +77,22 @@ a.blacklisted-active {
}
}
#image-container.blacklisted-active {
img {
visibility: hidden;
}
&:before {
visibility: hidden;
}
background-color: #DDD;
}
.post-preview {
img {
border: 2px solid transparent;
}
&.post-status-has-children img {
border-color: $preview_has_children_color;
}