Skip to content

Commit

Permalink
Highlight every second row for all tables
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelglenister committed Mar 19, 2024
1 parent 4973b7d commit 4a8b73d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions municipal_finance/static/stylesheets/table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -205,14 +205,10 @@ label {
white-space: nowrap;
}

tr.item-undefined:nth-child(even) {
[class*="item-"]:nth-of-type(even) {
background-color: #dddddd;
}

tr.item-undefined:nth-child(odd) {
background-color: #ffffff;
}

.item-heading td {
font-weight: bold;
text-transform: uppercase;
Expand Down

0 comments on commit 4a8b73d

Please sign in to comment.