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 { td, th {
padding: 7px 12px; padding: 7px 12px;
border: 1px solid hsl(0,0%,87%);
} }
th { th {
font-weight: bold; font-weight: bold;
text-align: center; text-align: center;
} }
tbody tr:nth-child(even) {
background: hsl(0,0%,97%);
}
col { col {
width: auto; width: auto;
} }