]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
reset border-radius only for ie9?
authorMark Otto <markdotto@gmail.com>
Sat, 28 Jan 2012 20:49:26 +0000 (12:49 -0800)
committerMark Otto <markdotto@gmail.com>
Sat, 28 Jan 2012 20:49:26 +0000 (12:49 -0800)
docs/assets/css/bootstrap.css
less/forms.less

index f69943c67134f037dafa62910a4e138c549da2c6..8cd2d9e362a7642a8cfdebca2fd0d03e58dfa1b3 100644 (file)
@@ -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;
index b8cb48b48011884edd91a660ced343bd62c73ff9..9565c52d7fe80a57353a0e33bae48e86b929f4b7 100644 (file)
@@ -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