Hi Tobias,
I just realised something - when I use this table with an odd amount of rows the last row is automatically styled with the grey color. It's white when you hover over it now, as per your code above, but is grey before you do.
I tried to adapt your code with this...
.tablepress-id-1 .row tr:last-child td {
background-color: #ffffff;
}
...but that doesn't fix it.
Could you let me know how to do that please?
Thanks again,
Paul