[pve-devel] [PATCH 2/3] dark-mode: reduce background mask opacity to 0.5
Wolfgang Bumiller
w.bumiller at proxmox.com
Tue Mar 21 11:04:24 CET 2023
Signed-off-by: Wolfgang Bumiller <w.bumiller at proxmox.com>
---
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
--
2.30.2
More information about the pve-devel
mailing list