Highlight disapproved products
Marks rows of disapproved products in red so you instantly see what needs fixing.
Code to copy
table tbody tr:has([aria-label*="Disapproved" i]),
table tbody tr:has([aria-label*="disapproved" i]),
[role="row"]:has([aria-label*="Disapproved" i]) {
background: rgba(217,48,37,0.14) !important;
box-shadow: inset 4px 0 0 #D93025 !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.