aboutsummaryrefslogtreecommitdiff
path: root/lib/forms.less
diff options
context:
space:
mode:
authorPete Hopkins <[email protected]>2012-01-26 14:11:05 -0500
committerPete Hopkins <[email protected]>2012-01-26 16:04:24 -0500
commitf76444c8585f3a720e0af2cedd33acddc718b962 (patch)
tree6a7a868900bc62e0d4d9268f2e49df0fd5dc33d2 /lib/forms.less
parentc13de3db607dad06ce992e78ffdb8c2fa6871e70 (diff)
downloadbootstrap-f76444c8585f3a720e0af2cedd33acddc718b962.tar.xz
bootstrap-f76444c8585f3a720e0af2cedd33acddc718b962.zip
Clears border-radius on checkboxes because they look bad on IE
Diffstat (limited to 'lib/forms.less')
-rw-r--r--lib/forms.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/forms.less b/lib/forms.less
index 4aec1ec1a..b2bd7b8cc 100644
--- a/lib/forms.less
+++ b/lib/forms.less
@@ -87,6 +87,7 @@ input[type=radio] {
line-height: normal;
border: none;
cursor: pointer;
+ .border-radius(0);
}
// Reset the file input to browser defaults