Sync code from main
This commit is contained in:
@@ -62,7 +62,7 @@ select.dropdown {
|
||||
}
|
||||
:root {
|
||||
--admin-top-nav-bg: #0a1f3f;
|
||||
--admin-side-menu-bg: #102a4d;
|
||||
--admin-side-menu-bg: #1a4674;
|
||||
}
|
||||
.top-nav,
|
||||
.top-nav.theme1,
|
||||
@@ -101,6 +101,16 @@ select.dropdown {
|
||||
padding: 0 !important;
|
||||
margin: 0 !important;
|
||||
}
|
||||
.main-menu {
|
||||
top: 2.6em !important;
|
||||
}
|
||||
.main-menu > .ui.menu > .item:first-child:empty {
|
||||
display: none !important;
|
||||
height: 0 !important;
|
||||
min-height: 0 !important;
|
||||
padding: 0 !important;
|
||||
margin: 0 !important;
|
||||
}
|
||||
.left-box .menu .item.active {
|
||||
background: rgba(230, 230, 230, 0.35) !important;
|
||||
border-radius: 3px;
|
||||
|
||||
@@ -82,7 +82,7 @@ select.dropdown {
|
||||
// Menu background colors and separator cleanup
|
||||
:root {
|
||||
--admin-top-nav-bg: #0a1f3f;
|
||||
--admin-side-menu-bg: #102a4d;
|
||||
--admin-side-menu-bg: #1a4674;
|
||||
}
|
||||
|
||||
.top-nav,
|
||||
@@ -124,3 +124,16 @@ select.dropdown {
|
||||
padding: 0 !important;
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
||||
// Align left menu with top nav and remove leading spacer item
|
||||
.main-menu {
|
||||
top: 2.6em !important;
|
||||
}
|
||||
|
||||
.main-menu > .ui.menu > .item:first-child:empty {
|
||||
display: none !important;
|
||||
height: 0 !important;
|
||||
min-height: 0 !important;
|
||||
padding: 0 !important;
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user