diff options
Diffstat (limited to 'hyperkitty/static/css/hyperkitty-message.css')
-rw-r--r-- | hyperkitty/static/css/hyperkitty-message.css | 12 |
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; |