summaryrefslogtreecommitdiff
path: root/flatly/bootswatch.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2013-07-29 17:30:07 -0400
committerThomas Park <thomas@thomaspark.me>2013-07-29 17:30:07 -0400
commit292677148b0c64e38e8e52604ec14db7a298cd67 (patch)
treecac6006ce1ab945194c3c541c35cdfd619ee5adc /flatly/bootswatch.less
parentd6b3a0c0055e3af224affffbe088e21400874c63 (diff)
flatly: styles table row states, closes #115
Diffstat (limited to 'flatly/bootswatch.less')
-rw-r--r--flatly/bootswatch.less9
1 files changed, 8 insertions, 1 deletions
diff --git a/flatly/bootswatch.less b/flatly/bootswatch.less
index c1b8d40c..041c0836 100644
--- a/flatly/bootswatch.less
+++ b/flatly/bootswatch.less
@@ -273,7 +273,14 @@ div.subnav {
// TABLES
// -----------------------------------------------------
-
+.table tbody tr {
+ &.success > td,
+ &.error > td,
+ &.warning > td,
+ &.info > td {
+ color: @white;
+ }
+}
// FORMS
// --------------------------------------------------