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:
J. Ryan Stinnett 2019-02-21 14:41:42 +00:00
parent 86a375c7da
commit 8e32798f45

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;