0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

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

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