summaryrefslogtreecommitdiff
path: root/scss/custom.scss
diff options
context:
space:
mode:
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
commit3fbf4471d52727750185f21052d777c119a50de0 (patch)
tree5183aec3f8d4a72928a99a8aca6b978b9940d989 /scss/custom.scss
parent94da2ad9b21651804536ffcd6ae1e4727eba55c3 (diff)
downloadIshtar-3fbf4471d52727750185f21052d777c119a50de0.tar.bz2
Ishtar-3fbf4471d52727750185f21052d777c119a50de0.zip
Table background change
Diffstat (limited to 'scss/custom.scss')
-rw-r--r--scss/custom.scss4
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,