summaryrefslogtreecommitdiff
path: root/darkly/bootstrap.css
diff options
context:
space:
mode:
Diffstat (limited to 'darkly/bootstrap.css')
-rw-r--r--darkly/bootstrap.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/darkly/bootstrap.css b/darkly/bootstrap.css
index 10aa78bf..ccac458d 100644
--- a/darkly/bootstrap.css
+++ b/darkly/bootstrap.css
@@ -1465,11 +1465,11 @@ th {
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
- background-color: #434343;
+ background-color: #303030;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
- background-color: #303030;
+ background-color: #464545;
}
table col[class*="col-"] {
position: static;
@@ -1494,13 +1494,13 @@ table th[class*="col-"] {
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
- background-color: #303030;
+ background-color: #464545;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
- background-color: #232323;
+ background-color: #393838;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,