From 6c6e9f989faf9591cc6103910dbfe875836b5da0 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Wed, 19 Dec 2012 14:18:39 +0100 Subject: Improve how the quote link looks --- hyperkitty/static/css/style.css | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'hyperkitty/static/css') diff --git a/hyperkitty/static/css/style.css b/hyperkitty/static/css/style.css index 80dd7ed..cbaa754 100644 --- a/hyperkitty/static/css/style.css +++ b/hyperkitty/static/css/style.css @@ -717,8 +717,17 @@ ul.attachments-list li { margin-top: 5px; } -.first_email_body .quoted-text, -.email_body .quoted-text { +.quoted-switch a { + background-color: #fafafa; + padding: 0 4px 2px 4px; + border-left: 2px solid rgb(55, 113, 200); + font-weight: bold; + font-size: 115%; +} +.quoted-switch a:hover { + text-decoration: none; +} +.quoted-text { border-left: 2px solid rgb(55, 113, 200); padding-left: 0.2em; } -- cgit