mirror of https://github.com/zulip/zulip.git
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:
parent
35c3488bbe
commit
49619a85dc
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue