diff options
Diffstat (limited to 'cosmo/bootstrap.css')
-rw-r--r-- | cosmo/bootstrap.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cosmo/bootstrap.css b/cosmo/bootstrap.css index 8094d333..64a40105 100644 --- a/cosmo/bootstrap.css +++ b/cosmo/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; } .has-warning .help-block, |