[web] Change the background behind modal dialogues and menus

This commit is contained in:
Alain Nussbaumer 2025-02-23 17:31:16 +01:00
parent 1db7b53df0
commit 675b090c0b

View File

@ -48,10 +48,14 @@
} }
} }
.modal-background {
background-color: rgba(10, 10, 10, 0.5);
}
.overlay-fullscreen { .overlay-fullscreen {
@extend .is-overlay; @extend .is-overlay;
z-index: 25; z-index: 25;
background-color: rgba(10, 10, 10, 0.2); background-color: rgba(10, 10, 10, 0.5);
position: fixed; position: fixed;
} }