mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-28 15:50:01 +02:00
fix border color on inverse tables
This commit is contained in:
2
dist/css/bootstrap.css
vendored
2
dist/css/bootstrap.css
vendored
@@ -1846,7 +1846,7 @@ table td[class*="col-"], table th[class*="col-"] {
|
||||
.table-inverse.table-bordered {
|
||||
border: 0;
|
||||
}
|
||||
.table-inverse th, .table-inverse td {
|
||||
.table-inverse th, .table-inverse td, .table-inverse thead th {
|
||||
border-color: #55595c;
|
||||
}
|
||||
|
||||
|
2
dist/css/bootstrap.css.map
vendored
2
dist/css/bootstrap.css.map
vendored
File diff suppressed because one or more lines are too long
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user