diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-03-27 17:50:50 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-03-27 17:50:50 +0200 |
commit | 3fbf4471d52727750185f21052d777c119a50de0 (patch) | |
tree | 5183aec3f8d4a72928a99a8aca6b978b9940d989 /scss | |
parent | 94da2ad9b21651804536ffcd6ae1e4727eba55c3 (diff) | |
download | Ishtar-3fbf4471d52727750185f21052d777c119a50de0.tar.bz2 Ishtar-3fbf4471d52727750185f21052d777c119a50de0.zip |
Table background change
Diffstat (limited to 'scss')
-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, |