Give "faded out" messages transparent backgrounds.

This hopefully makes them look less active while still preserving
their readability.

(imported from commit 25ac8c557978a3867eba90d93857d9bd728149e2)
This commit is contained in:
Waseem Daher 2013-07-22 14:20:13 -04:00
parent 35c3488bbe
commit 49619a85dc
1 changed files with 4 additions and 4 deletions

View File

@ -1782,12 +1782,12 @@ table.floating_recipient {
text-align: center;
}
.message_reply_fade {
opacity: .4;
.message_reply_fade .messagebox {
background-color: transparent !important;
}
.message_reply_fade_narrowed {
opacity: .4;
.message_reply_fade_narrowed .messagebox {
background-color: transparent !important;
}
#stream-message, #private-message {