misc: highlight error message on passwords mismatch (#26045)

This commit is contained in:
Serghei Mihai 2018-09-24 10:38:32 +02:00
parent e8a3a87b64
commit ee71973b78
1 changed files with 9 additions and 1 deletions

View File

@ -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;