Skip to content

Commit

Permalink
Zebra striping in csv preview table to help readability
Browse files Browse the repository at this point in the history
  • Loading branch information
stijn-uva committed Nov 29, 2024
1 parent 2f42113 commit 8da18b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions webtool/static/css/dataset-page.css
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,10 @@ body.csv-preview table td, body.csv-preview table th {
border: 1px solid var(--gray-light);
}

body.csv-preview table tr:nth-child(2n+1) {
background: var(--contrast-bright);
}

.child.focus:not(.card) > .sub-controls > .query-result > .query-result-iframe {
display: none;
}
Expand Down

0 comments on commit 8da18b3

Please sign in to comment.