From 768e7edabf0613b1537ea2d5eb422b2069f4466c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 25 Jul 2013 10:01:42 -0700 Subject: fixes #8571 completely: add better th support for table classes --- dist/css/bootstrap.css | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index ca6082801..8ec70167a 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1198,7 +1198,10 @@ table th[class^="col-"] { .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, -.table > tfoot > tr.active > td { +.table > tfoot > tr.active > td, +.table > thead > tr.active > th, +.table > tbody > tr.active > th, +.table > tfoot > tr.active > th { background-color: #f5f5f5; } @@ -1210,7 +1213,10 @@ table th[class^="col-"] { .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, -.table > tfoot > tr.success > td { +.table > tfoot > tr.success > td, +.table > thead > tr.success > th, +.table > tbody > tr.success > th, +.table > tfoot > tr.success > th { background-color: #dff0d8; border-color: #d6e9c6; } @@ -1223,7 +1229,10 @@ table th[class^="col-"] { .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, -.table > tfoot > tr.danger > td { +.table > tfoot > tr.danger > td, +.table > thead > tr.danger > th, +.table > tbody > tr.danger > th, +.table > tfoot > tr.danger > th { background-color: #f2dede; border-color: #eed3d7; } @@ -1236,7 +1245,10 @@ table th[class^="col-"] { .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, -.table > tfoot > tr.warning > td { +.table > tfoot > tr.warning > td, +.table > thead > tr.warning > th, +.table > tbody > tr.warning > th, +.table > tfoot > tr.warning > th { background-color: #fcf8e3; border-color: #fbeed5; } -- cgit v1.2.3