fix .table-striped
This commit is contained in:
parent
3198ab8ccd
commit
96dde88d84
1 changed files with 2 additions and 2 deletions
|
|
@ -304,8 +304,8 @@ footer {
|
|||
}
|
||||
}
|
||||
|
||||
.table-striped tbody tr:nth-of-type(odd) {
|
||||
background-color: #f2effb;
|
||||
.table-striped > tbody > tr:nth-of-type(odd) > * {
|
||||
--bs-table-bg-type: #f2effb;
|
||||
}
|
||||
|
||||
.table-compact {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue