diff options
| author | Mark Otto <[email protected]> | 2012-01-28 12:49:26 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-28 12:49:26 -0800 |
| commit | b77161f8647f791319c684a191c2308b6dd05100 (patch) | |
| tree | 7ee6ed7aef82528eab46f1cd91c9fa9b49fab4ca /less/forms.less | |
| parent | 698d4b414c234f74ae93384a8d83c14c15ab2cc9 (diff) | |
| download | bootstrap-b77161f8647f791319c684a191c2308b6dd05100.tar.xz bootstrap-b77161f8647f791319c684a191c2308b6dd05100.zip | |
reset border-radius only for ie9?
Diffstat (limited to 'less/forms.less')
| -rw-r--r-- | less/forms.less | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
