1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-20 13:21:54 +02:00

Issue #5473 Collapsing adminMenu now functional.

This commit is contained in:
camer0n
2025-04-19 09:59:10 -07:00
parent e1e471ab73
commit 3658fbfe24
5 changed files with 35 additions and 5 deletions

View File

@@ -1563,6 +1563,7 @@ thead th, thead tr, .table > thead > tr > th { border-bottom: 0; border-left:0;
z-index: 1000;
background: #373737;
height: 100%;
padding-left: 5px;
}
div.admin-left-panel-collapsed .admin-right-panel {
@@ -1683,7 +1684,7 @@ body {
#admin-ui-nav-menu a { color: rgba(255,255,255,0.5); }
#admin-ui-nav-menu a:hover { color: rgba(255,255,255,1); }
#admin-ui-nav-menu span.sidebar-toggle-panel { display: flex; justify-content: space-between;}
#admin-ui-nav-menu .caret-icon { font-size:1.2em; margin-top:8px }
#admin-ui-nav-menu .caret-icon { font-size:1.2em; margin-top:10px }
#admin-ui-nav-menu a:hover .caret-icon { color: rgba(255,255,255,1); }
#admin-ui-nav-menu a:active { background-color: #2E77B6; color:white }