diff --git a/assets/css/table.css b/assets/css/table.css index dc07d38..102d760 100644 --- a/assets/css/table.css +++ b/assets/css/table.css @@ -31,4 +31,7 @@ table td span.closed { color: #a02b2b;} table .odd { background: #f6f6f6; -} \ No newline at end of file +} + +table tbody tr:nth-child(even) {background: #fff} +table tbody tr:nth-child(odd) {background: #f6f6f6} \ No newline at end of file