From 3501ca3fc922f684efd3716f9d3026491b8e3e17 Mon Sep 17 00:00:00 2001 From: Stefan Sterz Date: Tue, 14 Mar 2023 15:01:58 +0100 Subject: [PATCH] dark-theme: increase contrast on check-boxes by adding a bit of brightness to the icons they stand out a bit more, especially when selected but not active (grey check-mark) Signed-off-by: Stefan Sterz --- src/proxmox-dark/scss/other/_icons.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/proxmox-dark/scss/other/_icons.scss b/src/proxmox-dark/scss/other/_icons.scss index f132dae..b4443ee 100644 --- a/src/proxmox-dark/scss/other/_icons.scss +++ b/src/proxmox-dark/scss/other/_icons.scss @@ -108,7 +108,7 @@ .x-form-radio-default, .x-column-header-checkbox .x-column-header-checkbox::after, .x-grid-checkcolumn::after { - filter: invert($icon-brightness) hue-rotate(180deg); + filter: invert($icon-brightness) hue-rotate(180deg) brightness(125%); } .x-tree-icon-custom,