less/roojs-bootstrap/alert.scss
[roojs1] / less / roojs-bootstrap / secure-pass.less
index 8464467..6115598 100644 (file)
@@ -1,20 +1,16 @@
-.x-form-field-wrap .form-group {
+
+
+.x-form-field-wrap .form-group { /* what is this doing here?? */
     margin-bottom: 0px;
 }
 
 .roo-password-meter-grey {
-    background: @gray-lighter-75; /* For browsers that do not support gradients */
+    background: @gray-light
     margin-bottom: 30px;
     height: 10px;
 }
 
 .roo-password-meter {
-    background: red; /* For browsers that do not support gradients */
-    background: -webkit-linear-gradient(-90deg, green, red); /* For Safari 5.1 to 6.0 */
-    background: -o-linear-gradient(-90deg, green, red); /* For Opera 11.1 to 12.0 */
-    background: -moz-linear-gradient(-90deg, green, red); /* For Firefox 3.6 to 15 */
-    background: linear-gradient(-90deg, green, red); 
-
     font-size: 12px;     
 }
 
@@ -33,7 +29,7 @@
 }
 
 .roo-password-meter-medium {
-    background: @brand-warning;    
+    background: @brand-info;    
     height: 10px;          
 }