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) {