mirror of https://github.com/zulip/zulip.git
Try a different color for mentions
(imported from commit e1f7e4c03abb54b8e7efbdff84314a902ad32697)
This commit is contained in:
parent
c0d65124f8
commit
d3364eef5d
|
@ -269,7 +269,7 @@ td.pointer {
|
|||
}
|
||||
|
||||
.selected_message .messagebox.mention {
|
||||
background-color: #ffe192;
|
||||
background-color: #FFE0DC;
|
||||
}
|
||||
|
||||
.selected_message .pointer {
|
||||
|
@ -347,7 +347,7 @@ td.pointer {
|
|||
}
|
||||
|
||||
.messagebox.mention {
|
||||
background-color: #ffe8ab;
|
||||
background-color: #FFE4E0;
|
||||
}
|
||||
|
||||
.sender_name {
|
||||
|
|
Loading…
Reference in New Issue