X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=less%2Froojs-bootstrap%2Fsidebar-nav.less;h=38a2ac412cbda8db9b21fe2f97cdbfd0c0441ee2;hb=06633a6bb9c089952cb598846dae6666727037e7;hp=3a7727282a3699cfadce2fb499c0334916ba689c;hpb=98f2709c86cbeecea242a0c46351149b0eefb350;p=roojs1 diff --git a/less/roojs-bootstrap/sidebar-nav.less b/less/roojs-bootstrap/sidebar-nav.less index 3a7727282a..38a2ac412c 100644 --- a/less/roojs-bootstrap/sidebar-nav.less +++ b/less/roojs-bootstrap/sidebar-nav.less @@ -19,12 +19,12 @@ { margin: 0; padding: 0; - border-bottom: 1px solid @gray-lighter-80; + border-bottom: 1px solid @gray-light; background-color: @gray-lighter; } /* active child menu - white BG */ .sidebar .sidebar-menu li.active li.treeview-menu { - background-color: @gray-lighter-86-5; + background-color: @gray-light; } .sidebar .sidebar-menu > li > a , @@ -91,7 +91,7 @@ } .sidebar .sidebar-menu li.disabled a { - color: @gray-lighter-80; + color: @gray-light; cursor: default; } @@ -124,6 +124,7 @@ .sidebar .sidebar-menu li.open .treeview-menu { display: block; + width:120%; } /* --- treeview menu */