Bootstrap 5: Fix table striping background colour
This commit is contained in:
parent
13e44f031c
commit
2b97658786
2 changed files with 2 additions and 7 deletions
|
@ -1447,13 +1447,6 @@ dl.dl-inline {
|
|||
}
|
||||
}
|
||||
|
||||
/* Customise the background colour of striped tables */
|
||||
|
||||
.table-striped > tbody > tr:nth-child(2n+1) > td,
|
||||
.table-striped > tbody > tr:nth-child(2n+1) > th {
|
||||
background-color: $offwhite;
|
||||
}
|
||||
|
||||
/* Rules for OpenID logo */
|
||||
|
||||
.openid_logo {
|
||||
|
|
|
@ -23,4 +23,6 @@ $link-hover-color: #24d;
|
|||
$link-decoration: none;
|
||||
$link-hover-decoration: underline;
|
||||
|
||||
$table-striped-bg: $offwhite;
|
||||
|
||||
$enable-negative-margins: true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue