Skip to content

Commit

Permalink
Merge pull request #295 from kwando/patch-1
Browse files Browse the repository at this point in the history
Do not force border-width on invalid form inputs
  • Loading branch information
tilomitra committed Feb 13, 2014
2 parents 90f3340 + daefad7 commit 0f5e98c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/forms/css/forms.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ since IE8 won't execute CSS that contains a CSS3 selector.
.pure-form textarea:focus:invalid,
.pure-form select:focus:invalid {
color: #b94a48;
border: 1px solid #ee5f5b;
border-color: #ee5f5b;
}
.pure-form input:focus:invalid:focus,
.pure-form textarea:focus:invalid:focus,
Expand Down

0 comments on commit 0f5e98c

Please sign in to comment.