mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-10-29 23:35:02 -04:00
Updated Dropdown Style (#7376)
Updated dropdownMenu Missing Styles + Updated Mobile for Translations
This commit is contained in:
parent
683b4e882b
commit
b96db142c8
@ -3417,6 +3417,28 @@ nav .lbbuttonsel2 {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.userDropdownSubmenu {
|
||||
position: static !important;
|
||||
right: auto !important;
|
||||
left: auto !important;
|
||||
top: auto !important;
|
||||
margin: 0 !important;
|
||||
width: 100% !important;
|
||||
min-width: 100% !important;
|
||||
box-shadow: none !important;
|
||||
background-color: transparent !important;
|
||||
padding: 0 !important;
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
|
||||
.userDropdownSubmenu .userDropdownMenuItem {
|
||||
background-color: #f5f5f5;
|
||||
border-left: 3px solid #444444 !important;
|
||||
}
|
||||
.userDropdownMenuItem:hover {
|
||||
border-radius: unset !important;
|
||||
}
|
||||
|
||||
#notificationCount {
|
||||
right: 4rem;
|
||||
}
|
||||
@ -3558,10 +3580,10 @@ nav .lbbuttonsel2 {
|
||||
|
||||
.userDropdownSubmenu {
|
||||
position: absolute;
|
||||
right: 100%;
|
||||
right: 96%;
|
||||
top: 0;
|
||||
background-color: #ffffff;
|
||||
box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.3);
|
||||
box-shadow: 0px 4px 12px rgb(0 0 0 / 95%);
|
||||
border-radius: 4px;
|
||||
margin-right: 4px;
|
||||
min-width: 200px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user