mirror of https://github.com/zulip/zulip.git
message-feed: Remove white backgrounds on messages.
They aren’t necessary either I don’t believe.
This commit is contained in:
parent
cd3ea16785
commit
ff39aa0eb5
|
@ -749,7 +749,6 @@ td.pointer {
|
|||
}
|
||||
|
||||
.message_list .recipient_row {
|
||||
background: hsl(0, 0%, 94%);
|
||||
border-bottom: 1px solid hsl(0, 0%, 88%);
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
@ -1043,7 +1042,6 @@ td.pointer {
|
|||
private messages, mentions, and unread messages */
|
||||
|
||||
.messagebox {
|
||||
background-color: hsl(0, 0%, 100%);
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue