summaryrefslogtreecommitdiffstats
path: root/hyperkitty/static/css/hyperkitty-message.css
diff options
context:
space:
mode:
Diffstat (limited to 'hyperkitty/static/css/hyperkitty-message.css')
-rw-r--r--hyperkitty/static/css/hyperkitty-message.css7
1 files changed, 6 insertions, 1 deletions
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;