mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
fix border color on inverse tables
This commit is contained in:
Vendored
+1
-1
@@ -1846,7 +1846,7 @@ table td[class*="col-"], table th[class*="col-"] {
|
||||
.table-inverse.table-bordered {
|
||||
border: 0;
|
||||
}
|
||||
.table-inverse th, .table-inverse td {
|
||||
.table-inverse th, .table-inverse td, .table-inverse thead th {
|
||||
border-color: #55595c;
|
||||
}
|
||||
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Vendored
+1
-1
@@ -1846,7 +1846,7 @@ table td[class*="col-"], table th[class*="col-"] {
|
||||
.table-inverse.table-bordered {
|
||||
border: 0;
|
||||
}
|
||||
.table-inverse th, .table-inverse td {
|
||||
.table-inverse th, .table-inverse td, .table-inverse thead th {
|
||||
border-color: #55595c;
|
||||
}
|
||||
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+2
-1
@@ -181,7 +181,8 @@ table {
|
||||
}
|
||||
|
||||
th,
|
||||
td {
|
||||
td,
|
||||
thead th {
|
||||
border-color: $gray;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user