Validate username exists on keypress

This commit is contained in:
jonfalcon
2016-02-16 16:10:31 -08:00
parent 8566dd6afa
commit ac3a0eacfa
5 changed files with 130 additions and 40 deletions
+10 -1
View File
@@ -753,6 +753,15 @@ small.um-max-filesize span{
}
.um-form .um-field .um-field-area input.um-form-field.um-validate-not-matched,
.um-form .um-field .um-field-area input.um-form-field.um-validate-not-matched:focus {
.um-form .um-field .um-field-area input.um-form-field.um-validate-not-matched:focus,
.um-form .um-field .um-field-area input.um-form-field.um-validate-username-exists,
.um-form .um-field .um-field-area input.um-form-field.um-validate-username-exists:focus {
border-color: #DB2929 !important;
}
.um-form .um-field .um-field-area input.um-searching-username {
background-image: url('../img/loading.gif');
background-position: right center;
background-repeat: no-repeat;
background-size: 24px 24px;
}