Skip to content

Commit

Permalink
make table color of selected row a bit darker
Browse files Browse the repository at this point in the history
  • Loading branch information
ncullen93 committed Mar 15, 2023
1 parent cdd1c34 commit 9483cea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/app/R/www/styles.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions scss/components/_table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ html {

div.dataTables_wrapper div.dataTables_filter input {
width: 350px;
background-color: #f7fafd;
background-color: #e9ecef;
}

table.dataTable {
Expand All @@ -55,7 +55,7 @@ html {
}

.table.dataTable tbody td.active, .table.dataTable tbody tr.active td {
background-color: #F7FAFD;
background-color: #e9ecef;
color: black;
font-weight: 600;
}
Expand Down

0 comments on commit 9483cea

Please sign in to comment.