diff options
author | Sandro Knauß <sknauss@kde.org> | 2016-02-03 18:24:50 +0100 |
---|---|---|
committer | Sandro Knauß <sknauss@kde.org> | 2016-02-03 18:24:50 +0100 |
commit | aa49834c9d764f1117d82e136d43940739cdc229 (patch) | |
tree | c1cd6286d2e8bbd133c8a4131d171db31066524e /framework | |
parent | ea4e1d03156f8def72c43d41eb0bf945f51afefd (diff) | |
download | kube-aa49834c9d764f1117d82e136d43940739cdc229.tar.gz kube-aa49834c9d764f1117d82e136d43940739cdc229.zip |
make encrypted mails blue instead of red if everything is fine
Diffstat (limited to 'framework')
-rw-r--r-- | framework/mail/data/mail.css | 8 |
1 files changed, 4 insertions, 4 deletions
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 { | |||
158 | } | 158 | } |
159 | 159 | ||
160 | table.encr { | 160 | table.encr { |
161 | background-color: #cc0000 ! important; | 161 | background-color: #0010cc ! important; |
162 | } | 162 | } |
163 | 163 | ||
164 | tr.encrH { | 164 | tr.encrH { |
165 | background-color: #ff0000 ! important; | 165 | background-color: #1010ee ! important; |
166 | color: #000000 ! important; | 166 | color: #aaaaaa ! important; |
167 | font-family: "Helvetica" ! important; | 167 | font-family: "Helvetica" ! important; |
168 | font-size: 12pt; | 168 | font-size: 12pt; |
169 | } | 169 | } |
@@ -295,4 +295,4 @@ div.deepquotelevel2 { | |||
295 | 295 | ||
296 | div.deepquotelevel3 { | 296 | div.deepquotelevel3 { |
297 | color: #300000 ! important; | 297 | color: #300000 ! important; |
298 | } \ No newline at end of file | 298 | } |