mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-06 18:10:47 +00:00
dark-theme: make "sorted-by" header highlight more subtle
by making the highlight more subtle, the theme is more consistent with the look of crisp. Signed-off-by: Stefan Sterz <s.sterz@proxmox.com>
This commit is contained in:
parent
437af70685
commit
b20a650bcc
@ -88,7 +88,7 @@
|
|||||||
// header element that the grid is currently sorted by
|
// header element that the grid is currently sorted by
|
||||||
.x-column-header-sort-ASC,
|
.x-column-header-sort-ASC,
|
||||||
.x-column-header-sort-DESC {
|
.x-column-header-sort-DESC {
|
||||||
background-color: $primary-dark;
|
background-color: mix($background-darker, $primary-color, 70%);
|
||||||
}
|
}
|
||||||
|
|
||||||
// summary rows (e.g. ceph pools last row)
|
// summary rows (e.g. ceph pools last row)
|
||||||
|
Loading…
Reference in New Issue
Block a user