Web: Use Flamenco accent hue instead of pink for active/selected rows
This commit is contained in:
parent
72487e3fb4
commit
11955e209a
@ -25,10 +25,9 @@
|
|||||||
|
|
||||||
--table-color-background-row: #303030;
|
--table-color-background-row: #303030;
|
||||||
--table-color-background-row-odd: #2b2b2b;
|
--table-color-background-row-odd: #2b2b2b;
|
||||||
|
--table-color-background-row-selected: hsl(226, 44%, 36%);
|
||||||
|
--table-color-background-row-active: hsl(226, 54%, 43%);
|
||||||
|
|
||||||
--table-color-background-row-selected: var(--color-accent);
|
|
||||||
--table-color-background-row-active: hsla(276, 100%, 50%, 0.267);
|
|
||||||
--table-color-background-row-active-even: hsla(276, 98%, 58%, 0.267);
|
|
||||||
--table-color-border: var(--color-border);
|
--table-color-border: var(--color-border);
|
||||||
|
|
||||||
--header-height: 25px;
|
--header-height: 25px;
|
||||||
@ -366,12 +365,10 @@ ul.status-filter-bar .status-filter-indicator .indicator {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabulator-row.active-row {
|
.tabulator-row.active-row,
|
||||||
font-weight: bold;
|
.tabulator-row.tabulator-row-even.active-row {
|
||||||
background-color: var(--table-color-background-row-active);
|
background-color: var(--table-color-background-row-active);
|
||||||
}
|
font-weight: bold;
|
||||||
.tabulator-row.active-row.tabulator-row-even {
|
|
||||||
background-color: var(--table-color-background-row-active-even);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
footer.window-footer {
|
footer.window-footer {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user