diff options
Diffstat (limited to 'themes/default/template')
-rw-r--r-- | themes/default/template/mail/screenshot-clear.png | bin | 0 -> 70946 bytes | |||
-rw-r--r-- | themes/default/template/mail/screenshot-dark.png | bin | 0 -> 72394 bytes | |||
-rw-r--r-- | themes/default/template/mail/text/html/mail-css-dark.tpl | 8 |
3 files changed, 4 insertions, 4 deletions
diff --git a/themes/default/template/mail/screenshot-clear.png b/themes/default/template/mail/screenshot-clear.png Binary files differnew file mode 100644 index 000000000..ae879604a --- /dev/null +++ b/themes/default/template/mail/screenshot-clear.png diff --git a/themes/default/template/mail/screenshot-dark.png b/themes/default/template/mail/screenshot-dark.png Binary files differnew file mode 100644 index 000000000..2906c4ec8 --- /dev/null +++ b/themes/default/template/mail/screenshot-dark.png diff --git a/themes/default/template/mail/text/html/mail-css-dark.tpl b/themes/default/template/mail/text/html/mail-css-dark.tpl index d35c698c5..390a7dfb6 100644 --- a/themes/default/template/mail/text/html/mail-css-dark.tpl +++ b/themes/default/template/mail/text/html/mail-css-dark.tpl @@ -16,7 +16,7 @@ html, body, #bodyTable { background:#444; background-image:radial-gradient(ellipse at center, #555, #333); border:1px solid #000; - border-top:4px solid #f70; + border-top:4px solid #f36; text-align:center; text-shadow:1px 1px 0px #000; } @@ -24,7 +24,7 @@ html, body, #bodyTable { color:#eee; } #header #subtitle { - color:#e06900; + color:#C9224C; } #content { background:#111; @@ -36,12 +36,12 @@ html, body, #bodyTable { #footer { background:#333; border:1px solid #000; - border-bottom:2px solid #f70; + border-bottom:2px solid #f36; } /* links */ a { - color:#f70; + color:#f36; text-decoration:none; } a:hover { |