Merge pull request #2672 from jryans/password-validation

Report validity state of all registration fields on any change
This commit is contained in:
J. Ryan Stinnett 2019-02-26 18:20:38 +00:00 committed by GitHub
commit 426bdafe22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 46 additions and 23 deletions

View file

@ -58,6 +58,10 @@ limitations under the License.
background-color: $authpage-body-bg-color;
}
.mx_AuthBody input.error {
color: $warning-color;
}
.mx_AuthBody_editServerDetails {
padding-left: 1em;
font-size: 12px;