tweak blacklist css
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user