mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-15 20:53:39 +09:00
Validate username exists on keypress
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user