Fix border color of table-responsive elements
This commit is contained in:
parent
20cc588811
commit
025c8afa6f
1 changed files with 3 additions and 0 deletions
|
@ -831,6 +831,9 @@ a.thumbnail:hover {
|
||||||
table {
|
table {
|
||||||
background-color: $table-background-color;
|
background-color: $table-background-color;
|
||||||
}
|
}
|
||||||
|
.table-responsive {
|
||||||
|
border-color: $border-color !important;
|
||||||
|
}
|
||||||
caption {
|
caption {
|
||||||
color: $text-color;
|
color: $text-color;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue