mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-06 18:10:47 +00:00
dark-mode: reduce background mask opacity to 0.5
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
dc90f49b65
commit
a7acac0d9d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user