1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-29 08:10:47 +02:00

Fixes #10884: Adds .info variant to contextual table classes

This commit is contained in:
Mark Otto
2013-12-07 11:56:35 -08:00
parent c07632e4e8
commit fe58357df1
4 changed files with 40 additions and 1 deletions

View File

@@ -1803,6 +1803,24 @@ table th[class*="col-"] {
background-color: #ebcccc;
}
.table > thead > tr > .info,
.table > tbody > tr > .info,
.table > tfoot > tr > .info,
.table > thead > .info > td,
.table > tbody > .info > td,
.table > tfoot > .info > td,
.table > thead > .info > th,
.table > tbody > .info > th,
.table > tfoot > .info > th {
background-color: #d9edf7;
}
.table-hover > tbody > tr > .info:hover,
.table-hover > tbody > .info:hover > td,
.table-hover > tbody > .info:hover > th {
background-color: #c4e3f3;
}
@media (max-width: 767px) {
.table-responsive {
width: 100%;