mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 05:29:20 +03:00
Resolve #1733
This commit is contained in:
parent
6f4f6bfd03
commit
e0236ea52d
4 changed files with 11 additions and 4 deletions
6
vendors/bootstrap/less/forms.less
vendored
6
vendors/bootstrap/less/forms.less
vendored
|
|
@ -62,6 +62,12 @@ input {
|
|||
}
|
||||
}
|
||||
|
||||
//input:invalid,
|
||||
input:user-invalid {
|
||||
background-color: var(--error-bg-clr, #f2dede);
|
||||
border-color: var(--error-border-clr, #eed3d7);
|
||||
color: var(--error-clr, #b94a48);
|
||||
}
|
||||
|
||||
// Position radios and checkboxes better
|
||||
input[type="radio"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue