Skip to content

Commit

Permalink
Fix mail background colour and line for Outlook (#44985)
Browse files Browse the repository at this point in the history
webgras authored Feb 28, 2025

Verified

This commit was signed with the committer’s verified signature.
dgrammatiko Dimitris Grammatikogiannis
1 parent a971099 commit 1ce0a30
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions layouts/joomla/mail/mailtemplate.php
Original file line number Diff line number Diff line change
@@ -62,8 +62,8 @@
table, td, div, h1, p { font-family: Arial, sans-serif; }
</style>
</head>
<body style="margin:0;padding:0;word-spacing:normal;background-color:#00000008;height:100%;">
<div role="article" aria-roledescription="email" style="text-size-adjust:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;background-color:#00000008;height:100%;">
<body style="margin:0;padding:0;word-spacing:normal;background-color:#efefef;height:100%;">
<div role="article" aria-roledescription="email" style="text-size-adjust:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;background-color:#efefef;height:100%;">
<table role="presentation" style="width:100%;border:none;border-spacing:0;height:100%;">
<tr>
<td align="center" style="vertical-align:baseline; padding:30px 0">
@@ -83,8 +83,14 @@
<?php echo $extraData['siteName']; ?>
</h1>
<?php endif; ?>
<div style="padding: 30px 0 0;"></div>
<div style="padding:.75px;background-color:#0000000f;"></div>
<table style="width:100%;">
<tr>
<td style="border:15px solid #ffffff;"></td>
</tr>
<tr>
<td style="border:1px solid #efefef;background-color:#efefef;padding:0;"></td>
</tr>
</table>
</td>
</tr>
<tr>

0 comments on commit 1ce0a30

Please sign in to comment.