summaryrefslogtreecommitdiff
path: root/flatly/bootstrap.css
diff options
context:
space:
mode:
Diffstat (limited to 'flatly/bootstrap.css')
-rw-r--r--flatly/bootstrap.css37
1 files changed, 29 insertions, 8 deletions
diff --git a/flatly/bootstrap.css b/flatly/bootstrap.css
index b27129d7..e62b9e16 100644
--- a/flatly/bootstrap.css
+++ b/flatly/bootstrap.css
@@ -5727,34 +5727,55 @@ button.close {
.text-info:hover {
color: #3498db;
}
+table a,
.table a {
text-decoration: underline;
}
-.table tr.success,
-.table tr.warning,
-.table tr.danger,
-.table tr.info {
+table .success,
+.table .success,
+table .warning,
+.table .warning,
+table .danger,
+.table .danger,
+table .info,
+.table .info {
color: #fff;
}
-.table tr.success a,
-.table tr.warning a,
-.table tr.danger a,
-.table tr.info a {
+table .success a,
+.table .success a,
+table .warning a,
+.table .warning a,
+table .danger a,
+.table .danger a,
+table .info a,
+.table .info a {
color: #fff;
}
+table > thead > tr > th,
.table > thead > tr > th,
+table > tbody > tr > th,
.table > tbody > tr > th,
+table > tfoot > tr > th,
.table > tfoot > tr > th,
+table > thead > tr > td,
.table > thead > tr > td,
+table > tbody > tr > td,
.table > tbody > tr > td,
+table > tfoot > tr > td,
.table > tfoot > tr > td {
border: none;
}
+table-bordered > thead > tr > th,
.table-bordered > thead > tr > th,
+table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > th,
+table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > th,
+table-bordered > thead > tr > td,
.table-bordered > thead > tr > td,
+table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > td,
+table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > td {
border: 1px solid #ecf0f1;
}