Clears border-radius on checkboxes because they look bad on IE

This commit is contained in:
Pete Hopkins 2012-01-26 14:11:05 -05:00
parent c13de3db60
commit f76444c858
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ input[type=radio] {
line-height: normal;
border: none;
cursor: pointer;
.border-radius(0);
}
// Reset the file input to browser defaults