mirror of https://github.com/zulip/zulip.git
Indicate clickable labels
(imported from commit aebd6171bbe45d8e8055ca22526ab919b6e348e1)
This commit is contained in:
parent
c32081a366
commit
ad27472b05
|
@ -63,6 +63,11 @@ span.zephyr_sender {
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
span.zephyr_label_clickable:hover {
|
||||
cursor: pointer;
|
||||
color: #4090D0;
|
||||
}
|
||||
|
||||
span.zephyr_time {
|
||||
color: gray;
|
||||
float: right;
|
||||
|
|
Loading…
Reference in New Issue