mirror of https://github.com/zulip/zulip.git
Lighten the message highlight colors.
(imported from commit c2fc2859efca3ee2ebda5f4ee7c5c02c4a3b6719)
This commit is contained in:
parent
6d7ef69cda
commit
163003b4c1
|
@ -119,11 +119,11 @@ td.pointer {
|
|||
}
|
||||
|
||||
.selected_message .messagebox {
|
||||
background-color: #F2F2F2;
|
||||
background-color: #F7F7F7;
|
||||
}
|
||||
|
||||
.selected_message .messagebox.private-message {
|
||||
background-color: #FDFFB5;
|
||||
background-color: #FEFFCC;
|
||||
}
|
||||
|
||||
.selected_message .pointer {
|
||||
|
|
Loading…
Reference in New Issue