diff options
Diffstat (limited to 'lumen/bootstrap.css')
-rw-r--r-- | lumen/bootstrap.css | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/lumen/bootstrap.css b/lumen/bootstrap.css index c5bf3d87..f25f4fff 100644 --- a/lumen/bootstrap.css +++ b/lumen/bootstrap.css @@ -5782,24 +5782,24 @@ table a, .table a { text-decoration: underline; } -table tr.success, -.table tr.success, -table tr.warning, -.table tr.warning, -table tr.danger, -.table tr.danger, -table tr.info, -.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.success a, -table tr.warning a, -.table tr.warning a, -table tr.danger a, -.table tr.danger a, -table tr.info 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; } table > thead > tr > th, |