by making the highlight more subtle, the theme is more consistent with the look of crisp.
Signed-off-by: Stefan Sterz <s.st...@proxmox.com> --- src/proxmox-dark/scss/extjs/_grid.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/proxmox-dark/scss/extjs/_grid.scss b/src/proxmox-dark/scss/extjs/_grid.scss index 3719fdc..beef492 100644 --- a/src/proxmox-dark/scss/extjs/_grid.scss +++ b/src/proxmox-dark/scss/extjs/_grid.scss @@ -88,7 +88,7 @@ // header element that the grid is currently sorted by .x-column-header-sort-ASC, .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) -- 2.30.2 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel