mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user