f9_theme: dim background on mobile menus

This commit is contained in:
snow flurry 2025-03-03 19:07:47 -08:00
parent 5dfff9f4d7
commit 650ff6e081
2 changed files with 1 additions and 3 deletions
plugin/f9_theme/src/css

View file

@ -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 */
}

View file

@ -473,7 +473,6 @@
#adm_submenus .popup_window {
box-shadow: none;
border-width: 0;
background: none;
}
}
@media (max-width: 560px) {