summaryrefslogtreecommitdiff
path: root/flatly/bootstrap.css
diff options
context:
space:
mode:
Diffstat (limited to 'flatly/bootstrap.css')
-rw-r--r--flatly/bootstrap.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/flatly/bootstrap.css b/flatly/bootstrap.css
index 7bd76f48..b27129d7 100644
--- a/flatly/bootstrap.css
+++ b/flatly/bootstrap.css
@@ -5727,12 +5727,21 @@ button.close {
.text-info:hover {
color: #3498db;
}
+.table a {
+ text-decoration: underline;
+}
.table tr.success,
.table tr.warning,
.table tr.danger,
.table tr.info {
color: #fff;
}
+.table tr.success a,
+.table tr.warning a,
+.table tr.danger a,
+.table tr.info a {
+ color: #fff;
+}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,