Zebra-striped rows in Google Ads tables
Alternately shades campaign table rows and highlights the hovered row for easier line tracking.
Code to copy
/* Zebra-stripe table rows for easier reading */
table tbody tr:nth-child(even),
[role="rowgroup"] [role="row"]:nth-child(even) {
background: rgba(0,0,0,0.035) !important;
}
table tbody tr:hover,
[role="rowgroup"] [role="row"]:hover {
background: rgba(66,133,244,0.12) !important;
}
How to use this example
- Copy the code with the button above.
- Install JustZix (2 minutes) and open the extension on the target page.
- Add a new rule matching that page.
- Paste the code into the rule's CSS panel and save — the effect appears instantly.
Rate this example
No ratings yet — be the first.