flutter changes
[roojs1] / less / roojs-bootstrap / sidebar-nav.less
index 2024a35..38a2ac4 100644 (file)
 {
     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 ,
@@ -48,7 +48,7 @@
 .sidebar .sidebar-menu li.active li.treeview-menu:focus,
 .sidebar .sidebar-menu li.active li.treeview-menu:active
 {
-    background-color: @white;
+    background-color: @body-bg;
 }
 
 
@@ -66,7 +66,7 @@
 
 /* BLUE ACTIVE */
 .sidebar .sidebar-menu li.active {
-  color: @white;
+  color: @body-bg;
   background-color: @brand-primary; //#337ab7;
   border-color: darken(@brand-primary, 10%); //#2e6da4;
 }
 .sidebar .sidebar-menu li.active:focus,
 .sidebar .sidebar-menu li.active.focus
 {
-    color: @white;
+    color: @body-bg;
     background-color: @brand-primary; //#204d74;
     border-color: darken(@brand-primary, 10%); //#122b40;
 }
 
 .sidebar .sidebar-menu li.active  a {
-    color: @white;
+    color: @body-bg;
 }
 
 .sidebar .sidebar-menu li.disabled {
   color: @gray-dark;
-  background-color: @white;
+  background-color: @body-bg;
   border-color: @gray-dark;
 }
 
 .sidebar .sidebar-menu li.disabled a {
-    color: @gray-lighter-80;
+    color: @gray-light;
     cursor: default;
 }
 
 .sidebar .sidebar-menu li.danger,
 .sidebar .sidebar-menu li.danger.active {
-  color: @white;
+  color: @body-bg;
   background-color: @brand-danger;
   border-color: lighten(@brand-danger, 10%);
 }
 .sidebar .sidebar-menu li.danger:focus,
 .sidebar .sidebar-menu li.danger.active:focus
 {
-    color: @white;
+    color: @body-bg;
     background-color: @brand-danger;
     border-color: darken(@brand-danger, 10%);
     border-bottom: 1px solid darken(@brand-danger, 10%);
 
 .sidebar .sidebar-menu li.danger a,
 .sidebar .sidebar-menu li.danger.active a{
-    color: @white;
+    color: @body-bg;
 }
 
 /* --- open  */
 
 .sidebar .sidebar-menu li.open .treeview-menu {
     display: block;
+    width:120%;
 }
 
 /* --- treeview menu  */
 
 .badge-default {
     background-color: @gray-light;
-    color: @white;
+    color: @body-bg;
 }
 
 .badge-primary {
     background-color: @brand-primary;
-    color: @white;
+    color: @body-bg;
 }
 
 .badge-success {
     background-color: @brand-success;
-    color: @white;
+    color: @body-bg;
 }
 
 .badge-info {
     background-color: @brand-info;
-    color: @white;
+    color: @body-bg;
 }
 
 .badge-warning {
     background-color: @brand-warning;
-    color: @white;
+    color: @body-bg;
 }
 
 .badge-danger {
     background-color: @brand-danger;
-    color: @white;
+    color: @body-bg;
 }
 
 .sidebar .sidebar-menu > li.active .badge-info {
-    background-color: @white;
+    background-color: @body-bg;
     color: @brand-info;
 }
\ No newline at end of file