2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

reset border-radius only for ie9?

This commit is contained in:
Mark Otto
2012-01-28 12:49:26 -08:00
parent 698d4b414c
commit b77161f864
2 changed files with 2 additions and 4 deletions
+1 -3
View 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;
+1 -1
View 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