From aa49834c9d764f1117d82e136d43940739cdc229 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20Knau=C3=9F?= Date: Wed, 3 Feb 2016 18:24:50 +0100 Subject: make encrypted mails blue instead of red if everything is fine --- framework/mail/data/mail.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'framework') diff --git a/framework/mail/data/mail.css b/framework/mail/data/mail.css index a0d7d0d1..b77e36ee 100644 --- a/framework/mail/data/mail.css +++ b/framework/mail/data/mail.css @@ -158,12 +158,12 @@ tr.rfc822H { } table.encr { - background-color: #cc0000 ! important; + background-color: #0010cc ! important; } tr.encrH { - background-color: #ff0000 ! important; - color: #000000 ! important; + background-color: #1010ee ! important; + color: #aaaaaa ! important; font-family: "Helvetica" ! important; font-size: 12pt; } @@ -295,4 +295,4 @@ div.deepquotelevel2 { div.deepquotelevel3 { color: #300000 ! important; -} \ No newline at end of file +} -- cgit v1.2.3