fix: custom background color for table header (#5989)
This commit is contained in:
parent
db8c4f92e8
commit
106710f3d0
1 changed files with 12 additions and 4 deletions
|
|
@ -27,10 +27,18 @@
|
|||
}
|
||||
}
|
||||
|
||||
.table-wrapper table th {
|
||||
font-weight: 500;
|
||||
text-align: left;
|
||||
background-color: rgba(var(--color-background-90));
|
||||
.table-wrapper table {
|
||||
th {
|
||||
font-weight: 500;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
tr[background="none"],
|
||||
tr:not([background]) {
|
||||
th {
|
||||
background-color: rgba(var(--color-background-90));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.table-wrapper table .selectedCell {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue