Fixes #8452: adds .active to table classes

This commit is contained in:
Mark Otto 2013-07-18 00:10:22 -07:00
parent 87adbf7aa4
commit 79a10feb7a
3 changed files with 63 additions and 24 deletions

View file

@ -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 {