aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 435c969d5..4d11858c7 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -1803,6 +1803,24 @@ table th[class*="col-"] {
background-color: #ebcccc;
}
+.table > thead > tr > .info,
+.table > tbody > tr > .info,
+.table > tfoot > tr > .info,
+.table > thead > .info > td,
+.table > tbody > .info > td,
+.table > tfoot > .info > td,
+.table > thead > .info > th,
+.table > tbody > .info > th,
+.table > tfoot > .info > th {
+ background-color: #d9edf7;
+}
+
+.table-hover > tbody > tr > .info:hover,
+.table-hover > tbody > .info:hover > td,
+.table-hover > tbody > .info:hover > th {
+ background-color: #c4e3f3;
+}
+
@media (max-width: 767px) {
.table-responsive {
width: 100%;