From 650ff6e081328507d5fc41c028095de6197c70d4 Mon Sep 17 00:00:00 2001
From: snow flurry <snow@datagirl.xyz>
Date: Mon, 3 Mar 2025 19:07:47 -0800
Subject: [PATCH] f9_theme: dim background on mobile menus

---
 plugin/f9_theme/src/css/index.css      | 3 +--
 plugin/f9_theme/src/css/responsive.css | 1 -
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/plugin/f9_theme/src/css/index.css b/plugin/f9_theme/src/css/index.css
index 8333cd5..997c962 100644
--- a/plugin/f9_theme/src/css/index.css
+++ b/plugin/f9_theme/src/css/index.css
@@ -2780,7 +2780,7 @@ dl.addrules dt.floatleft {
 	left: 0;
 	width: 100%;
 	height: 100%;
-	background: rgba(--body-background-rgb, 0.5);
+	background: rgba(0, 0, 0, 0.5);
 	z-index: 6;
 }
 #genericmenu > .popup_container {
@@ -2832,7 +2832,6 @@ dl.addrules dt.floatleft {
 #adm_submenus > .popup_container {
 	display: block;
 	position: relative;
-	background: none;
 	margin: 0;
 	height: auto; /* In case anything fishy happens in the situations where this used make sure it stays still */
 }
diff --git a/plugin/f9_theme/src/css/responsive.css b/plugin/f9_theme/src/css/responsive.css
index 82a9141..1a8906b 100644
--- a/plugin/f9_theme/src/css/responsive.css
+++ b/plugin/f9_theme/src/css/responsive.css
@@ -473,7 +473,6 @@
 	#adm_submenus .popup_window {
 		box-shadow: none;
 		border-width: 0;
-		background: none;
 	}
 }
 @media (max-width: 560px) {