Use rgb rather than opacity for things from banned users.

The opacity rule "stacked" onto child messages and comments resulting
in whiter and whiter child elements.
This commit is contained in:
Brian Simpson
2015-07-31 11:16:41 -04:00
parent 7656c7a7bd
commit 857cdedde2

View File

@@ -4548,14 +4548,13 @@ form input[type=radio] {margin: 2px .5em 0 0; }
which we could try to fix here some day. */
}
div.banned-user {
.thing.banned-user {
overflow: hidden;
opacity: .7;
filter:alpha(opacity=70); /* IE patch */
}
background-color: rgba(250, 128, 114, 0.5);
div.banned-user .title {
text-decoration: line-through;
.title {
text-decoration: line-through;
}
}
.approval-checkmark {