2021 compat: Fix payment methods table background mobile styling

This commit is contained in:
Jonathan Sadowski 2020-12-03 13:56:46 -06:00
parent 4393319c61
commit 9d0da2a16c
1 changed files with 6 additions and 0 deletions

View File

@ -1915,6 +1915,12 @@ a.reset_variations {
border-style: hidden;
}
tr:nth-child(2n) {
td {
background: transparent !important;
}
}
tr:nth-child(2n+1) {
td {