Set odd background color for table rows

This commit is contained in:
Dan Sosedoff 2019-07-05 17:28:55 -05:00
parent 6843ca966b
commit f31143ba3a
2 changed files with 8 additions and 7 deletions

File diff suppressed because one or more lines are too long

View File

@ -476,11 +476,12 @@
#results tr:nth-child(even) > td { #results tr:nth-child(even) > td {
border: none; border: none;
background: #ffffff;
} }
#results tr:nth-child(odd) > td { #results tr:nth-child(odd) > td {
border: none; border: none;
background: #fff; background: #f9f9f9;
} }
#results th { #results th {