Fixes #3506: Outgoing emails with tables have borders (do not contain design elements in email reset css).
This commit is contained in:
parent
7125e54b13
commit
ac64f4a156
1 changed files with 1 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue