File Manager

Current Directory: /home/astoriaah/www/old15/templates/client/less/menu
Viewing File: /home/astoriaah/www/old15/templates/client/less/menu/menu-sidebar.less
/* Sidebar -----------------------------------------------------------------------------*/ /* Applies to sidebar 1 and sidebar 2 */ #sidebar-1, #sidebar-2, #t3-off-canvas { /* The marker for drop down items */ li .dropdown-menu a:after{ display:none; } .dropdown-menu > li { } .new, .hot { h3 { padding-left:0 } } ul.nav { /* Clean the first and last list items */ .firstchild(); .lastchild(); clear:both; > li { clear:both; border-bottom:@sidebar-top-border; border-top:@sidebar-bottom-border; a, .nav-header, .separator { display:block; color:@sidebar-link-color !important; //background:@sidebar-link-bg; cursor:pointer; padding: 8px 0; border-radius:0; &:hover { color:@sidebar-link-color-hover !important; background:@sidebar-link-hover-bg !important } } &.active { > a, span { color:@sidebar-link-color-active !important; background:transparent !important; &:hover { color:@link-hover-color; background:none } } } /* Second level */ ul { clear:both; display: block; position: relative; z-index: 1; margin:0; background:none; border:0; .box-shadow(none); padding:4px 0 4px 20px; clear:both; float:left; width:100% !important; left:0; .border-radius(0); li { border-bottom:@sidebar-sub-top-border; border-top:@sidebar-sub-bottom-border; a, span { padding:8px 0; color:@sidebar-sub-link-color !important; background:@sidebar-sub-link-bg !important; border:0; &:hover { color:@sidebar-sub-link-hover-color !important; background:@sidebar-sub-link-hover-bg !important; } } &.active { > a { color:@sidebar-sub-link-color-active !important; //background:@sidebar-sub-link-bg-active !important; &:hover { color:@link-hover-color } } } /* Third Level */ ul { width:100% !important; border:0; .box-shadow(none); width:100%; padding:0 0 0 20px; clear:both; float:left; left:0; .separator { max-width:90% } li { padding:4px 0; border:0; list-style-type:disc; margin:0; a, span { padding:0; } a { &:hover { } } &.active { a { ; &:hover { } } } } } } } } } .accordion { .nav-header, .separator { cursor:pointer; &:before { float:right } } } }