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
commit96ce026e838b0f391d995a69d7eaca3abaf1912b (patch)
tree5183aec3f8d4a72928a99a8aca6b978b9940d989 /scss/custom.scss
parent9fbc0d592fc5af197a999a2f12e936fd5947c030 (diff)
downloadIshtar-96ce026e838b0f391d995a69d7eaca3abaf1912b.tar.bz2
Ishtar-96ce026e838b0f391d995a69d7eaca3abaf1912b.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,