Skip to content

Commit

Permalink
Merge pull request #11211 from atm-john/New_look_and_feel_form_valida…
Browse files Browse the repository at this point in the history
…tion

NEW: look and feel -> css for html5 ::invalid pseudo element
  • Loading branch information
eldy committed Jun 20, 2019
2 parents 4a101a8 + bdd4f3e commit e64a451
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions htdocs/theme/eldy/global.inc.php
Expand Up @@ -95,6 +95,10 @@
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; */
Expand Down

0 comments on commit e64a451

Please sign in to comment.