Merge pull request #11211 from atm-john/New_look_and_feel_form_validation

NEW: look and feel -> css for html5 ::invalid pseudo element
This commit is contained in:
Laurent Destailleur 2019-06-20 03:48:56 +02:00 committed by GitHub
commit e64a4510d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,6 +95,10 @@ input.button.massactionconfirmed {
margin: 4px;
}
input:invalid, select:invalid {
border-color: #ea1212;
}
/* Focus definitions must be after standard definition */
textarea:focus {
/* v6 box-shadow: 0 0 4px #8091BF; */