summaryrefslogtreecommitdiffstats
path: root/hyperkitty/static/css/hyperkitty-message.css
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-05-22 13:18:26 +0200
committerAurélien Bompard <aurelien@bompard.org>2013-05-22 16:07:38 +0200
commit1eeef494e6cb6c23f207be8715ff39c0e52e3c37 (patch)
tree2d6c84ca477aa1fd95632dbf73dbd564df6f5f06 /hyperkitty/static/css/hyperkitty-message.css
parentcf660d3684d5c839ee9e860c205aa81abf97eb6d (diff)
downloadhyperkitty-1eeef494e6cb6c23f207be8715ff39c0e52e3c37.tar.gz
hyperkitty-1eeef494e6cb6c23f207be8715ff39c0e52e3c37.tar.xz
hyperkitty-1eeef494e6cb6c23f207be8715ff39c0e52e3c37.zip
Track unread threads
And display markers on unread posts in the thread view.
Diffstat (limited to 'hyperkitty/static/css/hyperkitty-message.css')
-rw-r--r--hyperkitty/static/css/hyperkitty-message.css12
1 files changed, 8 insertions, 4 deletions
diff --git a/hyperkitty/static/css/hyperkitty-message.css b/hyperkitty/static/css/hyperkitty-message.css
index 3978015..92c8778 100644
--- a/hyperkitty/static/css/hyperkitty-message.css
+++ b/hyperkitty/static/css/hyperkitty-message.css
@@ -194,21 +194,25 @@
}
/* The email thread */
-.even, .odd, .temporary {
+.replies .email {
border-top: 1px solid rgb(179, 179, 179);
padding: 1em;
margin: 20px 0px 20px 0px;
}
-.even {
+.even .email {
background-color: rgb(246, 246, 246);
}
-.odd {
+.odd .email {
background-color: rgb(238, 238, 238);
}
-.temporary {
+.temporary .email {
background-color: rgb(215, 215, 229);
display: none;
}
+.replies .email.new-message {
+ border-top: 1px solid rgb(100, 100, 100);
+ background-color: rgb(214, 214, 214);
+}
.email-body {
white-space: pre;