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:
18
dist/css/bootstrap.css
vendored
18
dist/css/bootstrap.css
vendored
@@ -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%;
|
||||
|
Reference in New Issue
Block a user