f9_theme: only apply popup background in "mobile"
This commit is contained in:
parent
4c050c0d54
commit
11eb825021
1 changed files with 2 additions and 0 deletions
|
@ -467,6 +467,7 @@
|
|||
@media (min-width: 561px) {
|
||||
#mobile_user_menu.popup_container {
|
||||
display: block !important;
|
||||
background: none !important;
|
||||
}
|
||||
div[id^="mobile_generic_menu_"].popup_container {
|
||||
display: block !important;
|
||||
|
@ -476,6 +477,7 @@
|
|||
#adm_submenus .popup_window {
|
||||
box-shadow: none;
|
||||
border-width: 0;
|
||||
background: none;
|
||||
}
|
||||
}
|
||||
@media (max-width: 560px) {
|
||||
|
|
Loading…
Reference in a new issue