From ee71973b78b84a14e30e75e79e72aaa1b68b6756 Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Mon, 24 Sep 2018 10:38:32 +0200 Subject: [PATCH] misc: highlight error message on passwords mismatch (#26045) --- static/grandlyon-cut/_custom.scss | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/static/grandlyon-cut/_custom.scss b/static/grandlyon-cut/_custom.scss index 5ca00fe..383fde2 100644 --- a/static/grandlyon-cut/_custom.scss +++ b/static/grandlyon-cut/_custom.scss @@ -1056,7 +1056,7 @@ div#nav { } /* a2 password widgets */ -.helptext.a2-password-ok { +.helptext.a2-password-ok, .helptext.a2-password-nok { background: #d5eee0; padding: 1ex; border-radius: 5px; @@ -1075,6 +1075,14 @@ div#nav { } } +.helptext.a2-password-nok { + background: #fbd3d3; + color: $primary-color; + ::before { + background: #fbd3d3; + } +} + @-webkit-keyframes mouse-wheel { 0% { opacity: 1;