less/roojs-bootstrap/alert.scss
[roojs1] / less / roojs-bootstrap / nav-progress-bar.less
index c07be9c..dac9450 100644 (file)
@@ -33,7 +33,7 @@
 
 .roo-navigation-bar .roo-navigation-bar-item {
     list-style-type: none;
-    color: rgb(0,0,0);
+    color: @gray-base;
     text-transform: uppercase;
     font-size: 14px;
     float: left;
@@ -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;
 }