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:
parent
c13de3db60
commit
f76444c858
@ -87,6 +87,7 @@ input[type=radio] {
|
||||
line-height: normal;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
.border-radius(0);
|
||||
}
|
||||
|
||||
// Reset the file input to browser defaults
|
||||
|
Loading…
Reference in New Issue
Block a user