try and get ctrl-enter to add a clear all
[roojs1] / less / roojs-bootstrap / nav-progress-bar.less
index 8f49442..dac9450 100644 (file)
@@ -45,8 +45,8 @@
     width: 25px;
     line-height: 25px;
     display: block;
-    color: @white;
-    background: #337ab7;
+    color: @body-bg;
+    background: @brand-primary;
     border-radius: 5px;
     font-weight: bold;
     cursor: pointer;
@@ -60,7 +60,7 @@
     content: '';
     width: 100%;
     height: 5px;
-    background: #337ab7;
+    background: @brand-primary;
     position: absolute;
     top: 10px;
     z-index: -1;
 }
 
 .roo-navigation-bar .roo-navigation-bar-item.active .roo-navigation-bar-item-icon:before {
-    background: #aa0000;
-    color: @white;
+    background: darken(@brand-danger, 17%);
+    color: @body-bg;
 }
 
 .roo-navigation-bar .roo-navigation-bar-item.disabled .roo-navigation-bar-item-icon:before {
-    background: #999999;
-    color: @white;
+    background: @gray-light;
+    color: @body-bg;
     cursor: not-allowed;
 }