[pve-devel] [PATCH widget-toolkit 2/6] dark-theme: make windows stand out more against the background mask
Stefan Sterz
s.sterz at proxmox.com
Fri Mar 10 14:08:33 CET 2023
makes the background mask darker so windows stand out a bit more
Signed-off-by: Stefan Sterz <s.sterz 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 c7d3c8f..2503368 100644
--- a/src/proxmox-dark/scss/extjs/_presentation.scss
+++ b/src/proxmox-dark/scss/extjs/_presentation.scss
@@ -1,7 +1,7 @@
// The mask that is applied when the window is unaccessible (Login
// screen, Loading, ...)
.x-mask {
- background-color: $background-darker;
+ background-color: black;
opacity: 0.85;
}
--
2.30.2
More information about the pve-devel
mailing list