mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-27 14:46:01 +03:00
table headers
This commit is contained in:
Vendored
+8
@@ -1638,6 +1638,14 @@ table th[class*="col-"] {
|
||||
border-bottom: 0;
|
||||
}
|
||||
}
|
||||
.table > .thead-inverse > tr > th {
|
||||
color: #fff;
|
||||
background-color: #373a3c;
|
||||
}
|
||||
.table > .thead-default > tr > th {
|
||||
color: #55595c;
|
||||
background-color: #eceeef;
|
||||
}
|
||||
fieldset {
|
||||
min-width: 0;
|
||||
padding: 0;
|
||||
|
||||
Reference in New Issue
Block a user