flatly: styles table row states, closes #115
[bootswatch] / flatly / bootswatch.less
index c1b8d40..041c083 100644 (file)
@@ -273,7 +273,14 @@ div.subnav {
 // TABLES
 // -----------------------------------------------------
 
-
+.table tbody tr {
+  &.success > td,
+  &.error > td,
+  &.warning > td,
+  &.info > td {
+    color: @white;
+  }
+}
 
 // FORMS
 // --------------------------------------------------