utility.js: simplify even/odd table row striping.
This commit is contained in:
@@ -35,7 +35,7 @@ table.striped {
|
||||
}
|
||||
}
|
||||
|
||||
tr.even {
|
||||
tr:nth-child(even) {
|
||||
background-color: #FAFAFA;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user