From e21dd91f3482ce6e1ea6c48f8efa2f46777c7a70 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Wed, 22 May 2013 16:42:19 +0200 Subject: Display a marker on unread threads in the month view --- hyperkitty/static/css/hyperkitty-message.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'hyperkitty/static/css/hyperkitty-message.css') diff --git a/hyperkitty/static/css/hyperkitty-message.css b/hyperkitty/static/css/hyperkitty-message.css index 92c8778..3e43e3d 100644 --- a/hyperkitty/static/css/hyperkitty-message.css +++ b/hyperkitty/static/css/hyperkitty-message.css @@ -209,11 +209,16 @@ background-color: rgb(215, 215, 229); display: none; } -.replies .email.new-message { +.replies .email.unread { border-top: 1px solid rgb(100, 100, 100); background-color: rgb(214, 214, 214); } +.email.unread i.unread { + float: right; + margin-right: 2em; +} + .email-body { white-space: pre; overflow: auto; -- cgit