Skip to content

Commit

Permalink
Revert "[batch][UI] revert table row background colors to gray/white (h…
Browse files Browse the repository at this point in the history
…ail-is#12191)"

This reverts commit 168e76c.
  • Loading branch information
lgruen committed Jan 16, 2023
1 parent dfa48ba commit a354807
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions web_common/web_common/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,23 @@ a {
}

tr {
&:nth-of-type(even) {
background-color: #f0f0f0;
&:nth-of-type(7n+1) {
background-color: #fff4f4;
}
&:nth-of-type(7n+2) {
background-color: #fff9f1;
}
&:nth-of-type(7n+3) {
background-color: #fdfdf1;
}
&:nth-of-type(7n+4) {
background-color: #f4fff4;
}
&:nth-of-type(7n+5) {
background-color: #f2f4ff;
}
&:nth-of-type(7n+6) {
background-color: #fff6ff;
}

td.data-table-bad {
Expand Down

0 comments on commit a354807

Please sign in to comment.