From 06351f096bb61b38d8aa03eb6736191629e89af4 Mon Sep 17 00:00:00 2001 From: KH Lau Date: Wed, 22 Nov 2017 11:38:29 +0800 Subject: [PATCH] css-bootstrap/secure-pass.css --- css-bootstrap/secure-pass.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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; } -- 2.39.2