diff options
Diffstat (limited to 'cosmo/bootstrap.css')
-rw-r--r-- | cosmo/bootstrap.css | 25 |
1 files changed, 17 insertions, 8 deletions
diff --git a/cosmo/bootstrap.css b/cosmo/bootstrap.css index 5c9d810d..33da1027 100644 --- a/cosmo/bootstrap.css +++ b/cosmo/bootstrap.css @@ -5722,19 +5722,28 @@ button.close { .text-info:hover { color: #9954bb; } +table a, .table a { text-decoration: underline; } -.table tr.success, -.table tr.warning, -.table tr.danger, -.table tr.info { +table .success, +.table .success, +table .warning, +.table .warning, +table .danger, +.table .danger, +table .info, +.table .info { color: #fff; } -.table tr.success a, -.table tr.warning a, -.table tr.danger a, -.table tr.info a { +table .success a, +.table .success a, +table .warning a, +.table .warning a, +table .danger a, +.table .danger a, +table .info a, +.table .info a { color: #fff; } .has-warning .help-block, |