From f84d806a9cda4d38ab718ba78cc4acfa00ae04f5 Mon Sep 17 00:00:00 2001 From: lucaspatenaude Date: Tue, 28 Jul 2026 19:16:04 -0600 Subject: [PATCH] Remove background tint for when pop-up opens --- lukeflix.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lukeflix.css b/lukeflix.css index 09dfe52..88b2bb4 100644 --- a/lukeflix.css +++ b/lukeflix.css @@ -2569,6 +2569,11 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child { justify-content: flex-end; } +/* Remove background tint for when pop-up opens */ +.dialogBackdrop { + background-color: transparent; +} + /* Remove background colors from top and bottom of program pop-up */ .formDialogHeader, .formDialogFooter { background-color: transparent !important;