mirror of
https://github.com/makeplane/plane.git
synced 2026-04-26 10:08:44 -05:00
fix: custom background color for table header (#5989)
This commit is contained in:
committed by
GitHub
parent
db8c4f92e8
commit
106710f3d0
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user