Skip to content

Commit

Permalink
Fix Styling for checkboxes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoltan Hawryluk committed May 17, 2012
1 parent c949ab1 commit 943b16d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/html5Forms/css/validity.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ input[required] {
background:url("../images/asterisk_orange.png") no-repeat right top;
}

/* radio buttons are exempt from this styling */


input[type="checkbox"][required] {
background-image: none;
background-image: none !important;
}


Expand Down

0 comments on commit 943b16d

Please sign in to comment.