From 2cb16269070c3e5513722eb18ccc9fa9c3a6a024 Mon Sep 17 00:00:00 2001 From: James Lawrence Date: Wed, 21 Aug 2013 17:56:36 +0100 Subject: Fixes #9974 Added th selector in .table-row-variant mixin --- dist/css/bootstrap.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index bbda4eed4..3d7e7e007 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1522,7 +1522,8 @@ table th[class*="col-"] { .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, -.table-hover > tbody > tr.success:hover > td { +.table-hover > tbody > tr.success:hover > td, +.table-hover > tbody > tr.success:hover > th { background-color: #d0e9c6; border-color: #c9e2b3; } @@ -1545,7 +1546,8 @@ table th[class*="col-"] { .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, -.table-hover > tbody > tr.danger:hover > td { +.table-hover > tbody > tr.danger:hover > td, +.table-hover > tbody > tr.danger:hover > th { background-color: #ebcccc; border-color: #e6c1c7; } @@ -1568,7 +1570,8 @@ table th[class*="col-"] { .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, -.table-hover > tbody > tr.warning:hover > td { +.table-hover > tbody > tr.warning:hover > td, +.table-hover > tbody > tr.warning:hover > th { background-color: #faf2cc; border-color: #f8e5be; } -- cgit v1.2.3