2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

fix border color on inverse tables

This commit is contained in:
Mark Otto
2015-01-19 15:52:40 -08:00
parent affd89122f
commit 3fe96e8f50
9 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -1846,7 +1846,7 @@ table td[class*="col-"], table th[class*="col-"] {
.table-inverse.table-bordered { .table-inverse.table-bordered {
border: 0; border: 0;
} }
.table-inverse th, .table-inverse td { .table-inverse th, .table-inverse td, .table-inverse thead th {
border-color: #55595c; border-color: #55595c;
} }
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1846,7 +1846,7 @@ table td[class*="col-"], table th[class*="col-"] {
.table-inverse.table-bordered { .table-inverse.table-bordered {
border: 0; border: 0;
} }
.table-inverse th, .table-inverse td { .table-inverse th, .table-inverse td, .table-inverse thead th {
border-color: #55595c; border-color: #55595c;
} }
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+2 -1
View File
@@ -181,7 +181,8 @@ table {
} }
th, th,
td { td,
thead th {
border-color: $gray; border-color: $gray;
} }
} }