Skip to content

Commit

Permalink
tiny style tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
tnrich committed Feb 29, 2024
1 parent 04c921b commit 55e4186
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/ui/src/DataTable/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ body:not(.drag-active)
}

.ReactTable .rt-tr-group.selected {
background: lightblue !important;
background: #e4f3f8 !important;
}

.ReactTable .rt-tr-group.disabled {
Expand Down Expand Up @@ -523,7 +523,9 @@ body:not(.drag-active)
.bp3-dark .ReactTable .rt-tbody {
background: #30404d !important;
}

.ReactTable .rt-thead.-header {
box-shadow: none;
}
.bp3-dark .ReactTable .rt-thead.-header {
color: #f5f8fa !important;
}
Expand Down

0 comments on commit 55e4186

Please sign in to comment.