utility.js: simplify even/odd table row striping.

This commit is contained in:
evazion
2018-08-16 21:25:45 -05:00
parent eef8b9c323
commit ad056e69d5
6 changed files with 4 additions and 19 deletions

View File

@@ -35,7 +35,7 @@ table.striped {
}
}
tr.even {
tr:nth-child(even) {
background-color: #FAFAFA;
}
}