From: KH Lau Date: Wed, 22 Nov 2017 03:38:29 +0000 (+0800) Subject: css-bootstrap/secure-pass.css X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=06351f096bb61b38d8aa03eb6736191629e89af4;p=roojs1 css-bootstrap/secure-pass.css --- diff --git a/css-bootstrap/secure-pass.css b/css-bootstrap/secure-pass.css index e13837276a..b1a5cfaecd 100644 --- a/css-bootstrap/secure-pass.css +++ b/css-bootstrap/secure-pass.css @@ -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; }