less/roojs-bootstrap/sidebar-nav.less
authoredward <edward@roojs.com>
Mon, 27 Nov 2017 08:51:36 +0000 (16:51 +0800)
committeredward <edward@roojs.com>
Mon, 27 Nov 2017 08:51:36 +0000 (16:51 +0800)
less/roojs-bootstrap/sidebar-nav.less

index ab0b413..87e2918 100644 (file)
 {
     margin: 0;
     padding: 0;
-    border-bottom: 1px solid #ccc;
+    border-bottom: 1px solid @gray-lighter-80;
     background-color: @gray-lighter;
 }
 /* active child menu - white BG */
 .sidebar .sidebar-menu li.active li.treeview-menu {
-    background-color: #ddd;
+    background-color: @gray-lighter-86-5;
 }
 
 .sidebar .sidebar-menu > li > a ,