less/roojs-bootstrap/sidebar-nav.less
authoredward <edward@roojs.com>
Mon, 27 Nov 2017 09:03:00 +0000 (17:03 +0800)
committeredward <edward@roojs.com>
Mon, 27 Nov 2017 09:03:00 +0000 (17:03 +0800)
less/roojs-bootstrap/sidebar-nav.less

index 7a689b0..40da2c7 100644 (file)
 {
     color: @white;
     background-color: @brand-danger;
-    border-color: #ac2925;
-    border-bottom: 1px solid #ac2925;
+    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: #fff;
+    color: @white;
 }
 
 /* --- open  */