summaryrefslogtreecommitdiff
path: root/slate/bootstrap.css
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2014-02-17 20:55:42 -0500
committerThomas Park <thomas@thomaspark.me>2014-02-17 20:55:42 -0500
commit0c2486ced17d5508839d4f4261492ff08bdf8799 (patch)
tree3b7beaa5fa69f5a7c0b116b7376675d3b1d7c85e /slate/bootstrap.css
parentd2e65ea05eea342bbb814119d709efd8b5690373 (diff)
apply table state styles to cells, closes #217
Diffstat (limited to 'slate/bootstrap.css')
-rw-r--r--slate/bootstrap.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/slate/bootstrap.css b/slate/bootstrap.css
index 23dc2286..b78b3a41 100644
--- a/slate/bootstrap.css
+++ b/slate/bootstrap.css
@@ -5860,10 +5860,10 @@ h6 {
.table a {
text-decoration: underline;
}
-.table tr.success,
-.table tr.warning,
-.table tr.danger,
-.table tr.info {
+.table .success,
+.table .warning,
+.table .danger,
+.table .info {
color: #fff;
}
.table-bordered tbody tr.success td,