Commit f76444c8 authored by Pete Hopkins's avatar Pete Hopkins

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

parent c13de3db
...@@ -87,6 +87,7 @@ input[type=radio] { ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment