From ad27472b0566ccbe1e099cf1056dee0d1263c212 Mon Sep 17 00:00:00 2001 From: Keegan McAllister Date: Tue, 11 Sep 2012 11:32:04 -0400 Subject: [PATCH] Indicate clickable labels (imported from commit aebd6171bbe45d8e8055ca22526ab919b6e348e1) --- zephyr/static/styles/zephyr.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css index 423502601d..ceb5c0ce31 100644 --- a/zephyr/static/styles/zephyr.css +++ b/zephyr/static/styles/zephyr.css @@ -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;