mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 13:14:58 +08:00
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
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user