]> git.proxmox.com Git - proxmox-widget-toolkit.git/commitdiff
dark-theme: make windows stand out more against the background mask
authorStefan Sterz <s.sterz@proxmox.com>
Fri, 10 Mar 2023 13:08:33 +0000 (14:08 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 11 Mar 2023 16:50:32 +0000 (17:50 +0100)
makes the background mask darker so windows stand out a bit more

Signed-off-by: Stefan Sterz <s.sterz@proxmox.com>
src/proxmox-dark/scss/extjs/_presentation.scss

index c7d3c8f4cee07178c5816080bfc62e31531210cc..2503368acbb235a2d9e8540eddb408c60e2da370 100644 (file)
@@ -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;
 }