From 675b090c0bec994e20b13d6ca69411f3132a445a Mon Sep 17 00:00:00 2001 From: Alain Nussbaumer Date: Sun, 23 Feb 2025 17:31:16 +0100 Subject: [PATCH] [web] Change the background behind modal dialogues and menus --- web-src/src/mystyles.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/web-src/src/mystyles.scss b/web-src/src/mystyles.scss index 83de71c4..19271eb7 100644 --- a/web-src/src/mystyles.scss +++ b/web-src/src/mystyles.scss @@ -48,10 +48,14 @@ } } +.modal-background { + background-color: rgba(10, 10, 10, 0.5); +} + .overlay-fullscreen { @extend .is-overlay; z-index: 25; - background-color: rgba(10, 10, 10, 0.2); + background-color: rgba(10, 10, 10, 0.5); position: fixed; }