Indicate clickable labels

(imported from commit aebd6171bbe45d8e8055ca22526ab919b6e348e1)
This commit is contained in:
Keegan McAllister 2012-09-11 11:32:04 -04:00
parent c32081a366
commit ad27472b05
1 changed files with 5 additions and 0 deletions

View File

@ -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;