1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 08:39:56 +02:00

Merge branch 'v4-dev' of https://github.com/HMUDesign/bootstrap into HMUDesign-v4-dev

This commit is contained in:
Mark Otto
2016-10-30 13:38:44 -07:00
4 changed files with 18 additions and 10 deletions

View File

@@ -106,25 +106,25 @@
.thead-inverse {
th {
color: #fff;
background-color: $gray-dark;
background-color: $table-bg-inverse;
}
}
.thead-default {
th {
color: $gray;
background-color: $gray-lighter;
color: $table-head-color;
background-color: $table-head-bg;
}
}
.table-inverse {
color: $gray-lighter;
background-color: $gray-dark;
color: $body-bg;
background-color: $table-bg-inverse;
th,
td,
thead th {
border-color: $gray;
border-color: $body-bg;
}
&.table-bordered {