css-bootstrap/secure-pass.css
authorKH Lau <khlau@roojs.com>
Thu, 23 Nov 2017 05:20:31 +0000 (13:20 +0800)
committerKH Lau <khlau@roojs.com>
Thu, 23 Nov 2017 05:20:31 +0000 (13:20 +0800)
css-bootstrap/secure-pass.css

index 9976f0e..6365d0f 100644 (file)
@@ -3,7 +3,7 @@
 }
 
 .password-meter {
-    background: lightgrey; /* For browsers that do not support gradients */
+    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 */
@@ -13,7 +13,7 @@
 }
 
 .password-meter-tooweek {
-    background: red;         
+    background: lightgrey;         
 }
 
 .password-meter-weak {