Fixed round corners on tables for Firefox
This commit is contained in:
parent
31ae251164
commit
4eb2911150
1 changed files with 3 additions and 2 deletions
|
@ -97,11 +97,12 @@ table {
|
||||||
border-radius: var(--border-radius);
|
border-radius: var(--border-radius);
|
||||||
}
|
}
|
||||||
|
|
||||||
tr {
|
tr > th,
|
||||||
|
tr > td {
|
||||||
background: var(--bg-color);
|
background: var(--bg-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
tr:nth-child(2n+2) {
|
tr:nth-child(2n+2) > td {
|
||||||
background: var(--bg-color2);
|
background: var(--bg-color2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue