mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-18 12:39:41 +03:00
Fixes #8452: adds .active to table classes
This commit is contained in:
Vendored
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user