diff options
Diffstat (limited to 'cyborg/bootstrap.css')
-rw-r--r-- | cyborg/bootstrap.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cyborg/bootstrap.css b/cyborg/bootstrap.css index e9bb14b0..6b9f0122 100644 --- a/cyborg/bootstrap.css +++ b/cyborg/bootstrap.css @@ -5724,7 +5724,8 @@ button.close { } .table tr.success, .table tr.warning, -.table tr.danger { +.table tr.danger, +.table tr.info { color: #fff; } .table-responsive > .table { |