CSS Safari : target table tr (even &odd) ignoring td and th to add background linear-gradient
I can't find a simple css solution to target only tr from table ignoring all child (td and th) to use background-image:linear-gradient(). this solution : table-name tr:nth-child(even) add background to all td and th. I want just target each row…