diff options
| author | Mark Otto <[email protected]> | 2013-07-18 00:10:22 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-18 00:10:22 -0700 |
| commit | 79a10feb7aaebfb8714f1b8abb0bcbb44eb53d65 (patch) | |
| tree | 8f99cf102ab6a31030dc54b468fea600127ff9b9 /docs/assets/css/bootstrap.css | |
| parent | 87adbf7aa4eb4ba73813f440d8baf05a3cb434f2 (diff) | |
| download | bootstrap-79a10feb7aaebfb8714f1b8abb0bcbb44eb53d65.tar.xz bootstrap-79a10feb7aaebfb8714f1b8abb0bcbb44eb53d65.zip | |
Fixes #8452: adds `.active` to table classes
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index f74f5fb02..e79177efa 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -1249,6 +1249,12 @@ table th[class^="col-"] { float: none; } +.table > tbody > tr > td.active, +.table > tbody > tr > th.active, +.table > tbody > tr.active > td { + background-color: #f5f5f5; +} + .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td { |
