mailgun / transactional-email-templates

Responsive transactional HTML email templates
http://blog.mailgun.com/transactional-html-email-templates/
MIT License
6.91k stars 1.15k forks source link

Airmail bug #5

Closed cyberwombat closed 9 years ago

cyberwombat commented 10 years ago

it seems that OSX Airmail has a bug that does not understand the declaration: background: #FFF and instead requires it to be background-color: #FFF. I have filed a bug with them but you may want to update the templates to address that bug since the background call is only used for color.

leemunroe commented 10 years ago

Thanks for the heads up. I'll implement a fix. Have you got a screenshot out of interest? I'm curious to see what Airmail falls back to.

cyberwombat commented 10 years ago

Here you go - everywhere that you find "background: #hex" . Replacing all background calls to background-color does the trick. I am using the inlined template. shot

leemunroe commented 9 years ago

Made the change. Thanks for the heads up.