Skip to content

Commit

Permalink
Switch odd and even cells bg colors in html template
Browse files Browse the repository at this point in the history
  • Loading branch information
ealeksandrov committed Apr 20, 2019
1 parent 17a56d7 commit c4911d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ProvisionQL/Resources/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,11 @@
}

tr:nth-child(odd) {
background-color: #292929;
background-color: #1e1e1e;
}

tr:nth-child(even) {
background-color: #1e1e1e;
background-color: #292929;
}
}
</style>
Expand Down

0 comments on commit c4911d9

Please sign in to comment.