diff --git a/public/stylesheets/v2/ui/tables.css b/public/stylesheets/v2/ui/tables.css index a2fc47cb8..7feead755 100644 --- a/public/stylesheets/v2/ui/tables.css +++ b/public/stylesheets/v2/ui/tables.css @@ -3,11 +3,7 @@ border-collapse: collapse; } -.table-zebra > tbody > tr:nth-child(even) { - background-color: transparent; -} - -.table-zebra > tbody > tr:nth-child(odd) { +.table-striped > tbody > tr:nth-of-type(odd) { background-color: #f5f5f5; }