diff options
author | Aurélien Bompard <aurelien@bompard.org> | 2012-12-19 14:18:39 +0100 |
---|---|---|
committer | Aurélien Bompard <aurelien@bompard.org> | 2012-12-19 14:18:39 +0100 |
commit | 6c6e9f989faf9591cc6103910dbfe875836b5da0 (patch) | |
tree | 177f418617d647cb329d967b70b94cb034274ff9 /hyperkitty/static | |
parent | 94b5e3462e52d32f28d20a0132460d3c2f4fd259 (diff) | |
download | hyperkitty-6c6e9f989faf9591cc6103910dbfe875836b5da0.tar.gz hyperkitty-6c6e9f989faf9591cc6103910dbfe875836b5da0.tar.xz hyperkitty-6c6e9f989faf9591cc6103910dbfe875836b5da0.zip |
Improve how the quote link looks
Diffstat (limited to 'hyperkitty/static')
-rw-r--r-- | hyperkitty/static/css/style.css | 13 |
1 files changed, 11 insertions, 2 deletions
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; } |