mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +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;
|
line-height: normal;
|
||||||
border: none;
|
border: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
.border-radius(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Reset the file input to browser defaults
|
// Reset the file input to browser defaults
|
||||||
|
Loading…
Reference in New Issue
Block a user