aboutsummaryrefslogtreecommitdiff
path: root/docs/dist/css/bootstrap.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/dist/css/bootstrap.css')
-rw-r--r--docs/dist/css/bootstrap.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css
index c9df6bbee..3fcf5e677 100644
--- a/docs/dist/css/bootstrap.css
+++ b/docs/dist/css/bootstrap.css
@@ -1638,6 +1638,14 @@ table th[class*="col-"] {
border-bottom: 0;
}
}
+.table > .thead-inverse > tr > th {
+ color: #fff;
+ background-color: #373a3c;
+}
+.table > .thead-default > tr > th {
+ color: #55595c;
+ background-color: #eceeef;
+}
fieldset {
min-width: 0;
padding: 0;