Fixes #3506: Outgoing emails with tables have borders (do not contain design elements in email reset css).

This commit is contained in:
Bola Ahmed Buari 2021-04-28 14:08:42 +00:00 committed by Thorsten Eckel
parent 7125e54b13
commit ac64f4a156

View file

@ -36,15 +36,11 @@
}
td, th {
padding: 7px 12px;
border: 1px solid hsl(0,0%,87%);
}
th {
font-weight: bold;
text-align: center;
}
tbody tr:nth-child(even) {
background: hsl(0,0%,97%);
}
col {
width: auto;
}
@ -73,4 +69,4 @@
</style>
</head>
<body style="###html_email_css_font###;">###html###</body>
</html>
</html>