css-bootstrap/secure-pass.css
authorKH Lau <khlau@roojs.com>
Wed, 22 Nov 2017 03:38:29 +0000 (11:38 +0800)
committerKH Lau <khlau@roojs.com>
Wed, 22 Nov 2017 03:38:29 +0000 (11:38 +0800)
css-bootstrap/secure-pass.css

index e138372..b1a5cfa 100644 (file)
@@ -4,10 +4,10 @@
 
 .password-meter {
     background: red; /* For browsers that do not support gradients */
-    background: -webkit-linear-gradient(-90deg, green, yellow); /* For Safari 5.1 to 6.0 */
-    background: -o-linear-gradient(-90deg, green, yellow); /* For Opera 11.1 to 12.0 */
-    background: -moz-linear-gradient(-90deg, green, yellow); /* For Firefox 3.6 to 15 */
-    background: linear-gradient(-90deg, green, yellow); 
+    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;     
 }