diff options
Diffstat (limited to 'themes/default/template/mail/text/html/mail-css-dark.tpl')
-rw-r--r-- | themes/default/template/mail/text/html/mail-css-dark.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
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 8299b5ad5..d35c698c5 100644 --- a/themes/default/template/mail/text/html/mail-css-dark.tpl +++ b/themes/default/template/mail/text/html/mail-css-dark.tpl @@ -14,7 +14,7 @@ html, body, #bodyTable { /* main block */ #header { background:#444; - background:radial-gradient(ellipse at center, #555, #333); + background-image:radial-gradient(ellipse at center, #555, #333); border:1px solid #000; border-top:4px solid #f70; text-align:center; |