diff options
-rw-r--r-- | scss/custom.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index d77beef27..bcc808637 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -48,6 +48,10 @@ label { border-radius: 0; } +.table{ + background-color: white; +} + .card-header, .table-striped tbody tr:nth-of-type(2n+1), .dt-bootstrap4 table.dataTable.stripe tbody tr.odd, |