From a7acac0d9d218e1536d15d3da7456bd5973fff2d Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Tue, 21 Mar 2023 11:04:24 +0100 Subject: [PATCH] dark-mode: reduce background mask opacity to 0.5 Signed-off-by: Wolfgang Bumiller --- src/proxmox-dark/scss/extjs/_presentation.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/proxmox-dark/scss/extjs/_presentation.scss b/src/proxmox-dark/scss/extjs/_presentation.scss index 2503368..236dbe9 100644 --- a/src/proxmox-dark/scss/extjs/_presentation.scss +++ b/src/proxmox-dark/scss/extjs/_presentation.scss @@ -2,7 +2,7 @@ // screen, Loading, ...) .x-mask { background-color: black; - opacity: 0.85; + opacity: 0.5; } // Shadows of floating windows like window modals, form selectors and