mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-13 17:14:04 +02:00
correct inverse table border color, add new var
This commit is contained in:
@@ -125,7 +125,7 @@
|
||||
th,
|
||||
td,
|
||||
thead th {
|
||||
border-color: $body-bg;
|
||||
border-color: $table-inverse-border;
|
||||
}
|
||||
|
||||
&.table-bordered {
|
||||
|
@@ -318,6 +318,7 @@ $table-sm-cell-padding: .3rem !default;
|
||||
$table-bg: transparent !default;
|
||||
|
||||
$table-inverse-bg: $gray-dark !default;
|
||||
$table-inverse-border: lighten($gray-dark, 7.5%) !default;
|
||||
$table-inverse-color: $body-bg !default;
|
||||
|
||||
$table-bg-accent: rgba($black,.05) !default;
|
||||
|
Reference in New Issue
Block a user