From b20a650bcc1349f7d0b52426f1c96e62face455d Mon Sep 17 00:00:00 2001 From: Stefan Sterz Date: Mon, 20 Mar 2023 10:02:07 +0100 Subject: [PATCH] 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 --- 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)