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:
commit
e64a4510d1
@ -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; */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user