From 829f19ff882c870c3cdf901ea6e0fa7a9e592675 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Mon, 10 Aug 2020 14:35:10 +0200 Subject: [PATCH] Adjusted the bar sizes for the visual password strength Old: 20/40/60/80/100 New: 5/20/50/85/100 --- wcfsetup/install/files/style/layout/form.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wcfsetup/install/files/style/layout/form.scss b/wcfsetup/install/files/style/layout/form.scss index 492c6baacc..56923a614a 100644 --- a/wcfsetup/install/files/style/layout/form.scss +++ b/wcfsetup/install/files/style/layout/form.scss @@ -327,19 +327,19 @@ input { &[data-score="0"]::before { background-color: #DD2C00; - width: 20%; + width: 5%; } &[data-score="1"]::before { background-color: #FF9100; - width: 40%; + width: 20%; } &[data-score="2"]::before { background-color: #CDDC39; - width: 60%; + width: 50%; } &[data-score="3"]::before { background-color: #64DD17; - width: 80%; + width: 85%; } &[data-score="4"]::before { background-color: #2E7D32; -- 2.20.1