Clears border-radius on checkboxes because they look bad on IE
This commit is contained in:
parent
c13de3db60
commit
f76444c858
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue