add css for html5 ::invalid pseudo element
This commit is contained in:
parent
94f5f6c655
commit
bdd4f3e297
@ -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