mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-29 16:19:53 +02:00
inverse table idea
This commit is contained in:
19
dist/css/bootstrap.css
vendored
19
dist/css/bootstrap.css
vendored
@@ -1404,8 +1404,8 @@ table {
|
||||
background-color: transparent;
|
||||
}
|
||||
caption {
|
||||
padding-top: .5rem;
|
||||
padding-bottom: .5rem;
|
||||
padding-top: .75rem;
|
||||
padding-bottom: .75rem;
|
||||
color: #818a91;
|
||||
text-align: left;
|
||||
}
|
||||
@@ -1423,7 +1423,7 @@ th {
|
||||
.table > thead > tr > td,
|
||||
.table > tbody > tr > td,
|
||||
.table > tfoot > tr > td {
|
||||
padding: .5rem;
|
||||
padding: .75rem;
|
||||
line-height: 1.5;
|
||||
vertical-align: top;
|
||||
border-top: 1px solid #eceeef;
|
||||
@@ -1646,6 +1646,19 @@ table th[class*="col-"] {
|
||||
color: #55595c;
|
||||
background-color: #eceeef;
|
||||
}
|
||||
.table-inverse {
|
||||
color: #eceeef;
|
||||
background-color: #373a3c;
|
||||
}
|
||||
.table-inverse.table-bordered {
|
||||
border: 0;
|
||||
}
|
||||
.table-inverse > thead > tr > th,
|
||||
.table-inverse > tbody > tr > th,
|
||||
.table-inverse > thead > tr > td,
|
||||
.table-inverse > tbody > tr > td {
|
||||
border-color: #55595c;
|
||||
}
|
||||
fieldset {
|
||||
min-width: 0;
|
||||
padding: 0;
|
||||
|
Reference in New Issue
Block a user