Set odd background color for table rows
This commit is contained in:
parent
6843ca966b
commit
f31143ba3a
File diff suppressed because one or more lines are too long
@ -476,11 +476,12 @@
|
||||
|
||||
#results tr:nth-child(even) > td {
|
||||
border: none;
|
||||
background: #ffffff;
|
||||
}
|
||||
|
||||
#results tr:nth-child(odd) > td {
|
||||
border: none;
|
||||
background: #fff;
|
||||
background: #f9f9f9;
|
||||
}
|
||||
|
||||
#results th {
|
||||
|
Loading…
x
Reference in New Issue
Block a user