f9_theme: dim background on mobile menus
This commit is contained in:
parent
5dfff9f4d7
commit
650ff6e081
2 changed files with 1 additions and 3 deletions
plugin/f9_theme/src/css
|
@ -2780,7 +2780,7 @@ dl.addrules dt.floatleft {
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background: rgba(--body-background-rgb, 0.5);
|
background: rgba(0, 0, 0, 0.5);
|
||||||
z-index: 6;
|
z-index: 6;
|
||||||
}
|
}
|
||||||
#genericmenu > .popup_container {
|
#genericmenu > .popup_container {
|
||||||
|
@ -2832,7 +2832,6 @@ dl.addrules dt.floatleft {
|
||||||
#adm_submenus > .popup_container {
|
#adm_submenus > .popup_container {
|
||||||
display: block;
|
display: block;
|
||||||
position: relative;
|
position: relative;
|
||||||
background: none;
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
height: auto; /* In case anything fishy happens in the situations where this used make sure it stays still */
|
height: auto; /* In case anything fishy happens in the situations where this used make sure it stays still */
|
||||||
}
|
}
|
||||||
|
|
|
@ -473,7 +473,6 @@
|
||||||
#adm_submenus .popup_window {
|
#adm_submenus .popup_window {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
border-width: 0;
|
border-width: 0;
|
||||||
background: none;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media (max-width: 560px) {
|
@media (max-width: 560px) {
|
||||||
|
|
Loading…
Reference in a new issue