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 {
|
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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue