aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-28 12:49:26 -0800
committerMark Otto <[email protected]>2012-01-28 12:49:26 -0800
commitb77161f8647f791319c684a191c2308b6dd05100 (patch)
tree7ee6ed7aef82528eab46f1cd91c9fa9b49fab4ca
parent698d4b414c234f74ae93384a8d83c14c15ab2cc9 (diff)
downloadbootstrap-b77161f8647f791319c684a191c2308b6dd05100.tar.xz
bootstrap-b77161f8647f791319c684a191c2308b6dd05100.zip
reset border-radius only for ie9?
-rw-r--r--docs/assets/css/bootstrap.css4
-rw-r--r--less/forms.less2
2 files changed, 2 insertions, 4 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index f69943c67..8cd2d9e36 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -535,9 +535,7 @@ input[type="image"], input[type="checkbox"], input[type="radio"] {
line-height: normal;
border: none;
cursor: pointer;
- -webkit-border-radius: 0;
- -moz-border-radius: 0;
- border-radius: 0;
+ border-radius: 0 \0/;
}
input[type="file"] {
padding: initial;
diff --git a/less/forms.less b/less/forms.less
index b8cb48b48..9565c52d7 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -86,7 +86,7 @@ input[type="radio"] {
line-height: normal;
border: none;
cursor: pointer;
- .border-radius(0);
+ border-radius: 0 e("\0/");
}
// Reset the file input to browser defaults