mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
2px border on thead th elements for just a tad more separation
This commit is contained in:
parent
903e92a327
commit
6ca32589b5
6
dist/css/bootstrap.css
vendored
6
dist/css/bootstrap.css
vendored
@ -1408,6 +1408,7 @@ th {
|
|||||||
|
|
||||||
.table thead > tr > th {
|
.table thead > tr > th {
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
|
border-bottom: 2px solid #dddddd;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table caption + thead tr:first-child th,
|
.table caption + thead tr:first-child th,
|
||||||
@ -1449,6 +1450,11 @@ th {
|
|||||||
border: 1px solid #dddddd;
|
border: 1px solid #dddddd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.table-bordered > thead > tr > th,
|
||||||
|
.table-bordered > thead > tr > td {
|
||||||
|
border-bottom-width: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
.table-striped > tbody > tr:nth-child(odd) > td,
|
.table-striped > tbody > tr:nth-child(odd) > td,
|
||||||
.table-striped > tbody > tr:nth-child(odd) > th {
|
.table-striped > tbody > tr:nth-child(odd) > th {
|
||||||
background-color: #f9f9f9;
|
background-color: #f9f9f9;
|
||||||
|
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
@ -35,6 +35,7 @@ th {
|
|||||||
// Bottom align for column headings
|
// Bottom align for column headings
|
||||||
thead > tr > th {
|
thead > tr > th {
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
|
border-bottom: 2px solid @table-border-color;
|
||||||
}
|
}
|
||||||
// Remove top border from thead by default
|
// Remove top border from thead by default
|
||||||
caption + thead,
|
caption + thead,
|
||||||
@ -92,6 +93,14 @@ th {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
> thead {
|
||||||
|
> tr {
|
||||||
|
> th,
|
||||||
|
> td {
|
||||||
|
border-bottom-width: 2px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user