Ensure fields with errors are clearly visible
Until we have better validation, let's at least ensure fields with errors are properly marked via color.
This commit is contained in:
parent
86a375c7da
commit
8e32798f45
1 changed files with 4 additions and 0 deletions
|
@ -58,6 +58,10 @@ limitations under the License.
|
||||||
background-color: $authpage-body-bg-color;
|
background-color: $authpage-body-bg-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_AuthBody input.error {
|
||||||
|
color: $warning-color;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_AuthBody_editServerDetails {
|
.mx_AuthBody_editServerDetails {
|
||||||
padding-left: 1em;
|
padding-left: 1em;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
|
Loading…
Reference in a new issue