add dimmed style to base for flagged/hidden posts

This commit is contained in:
Jeff Atwood 2014-07-21 23:52:26 -07:00
parent 5efca54bee
commit c712b0f4b8
2 changed files with 4 additions and 4 deletions

View File

@ -54,3 +54,7 @@ aside.quote {
margin-left: 5px;
}
}
.post-hidden {
opacity: 0.5;
}

View File

@ -583,10 +583,6 @@ text-overflow: ellipsis;
}
}
.post-hidden {
opacity: 0.5;
}
.moderator {
.topic-body {
background-color: scale-color($highlight, $lightness: 75%);