diff options
| author | Mark Otto <[email protected]> | 2012-01-28 13:07:01 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-28 13:07:01 -0800 |
| commit | 296d06a285d91200b4063f3bdde65c094495ee24 (patch) | |
| tree | be2166daaccad868c94e0ea855f2491335f6ab5b /docs | |
| parent | 70c6a6cd855a617b086682ef919e02cf67d4e86e (diff) | |
| download | bootstrap-296d06a285d91200b4063f3bdde65c094495ee24.tar.xz bootstrap-296d06a285d91200b4063f3bdde65c094495ee24.zip | |
add checkbox/radio border for ios in responsive
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/css/bootstrap-responsive.css | 3 | ||||
| -rw-r--r-- | docs/assets/css/bootstrap.css | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/docs/assets/css/bootstrap-responsive.css b/docs/assets/css/bootstrap-responsive.css index 0d975824b..b991d1242 100644 --- a/docs/assets/css/bootstrap-responsive.css +++ b/docs/assets/css/bootstrap-responsive.css @@ -7,6 +7,9 @@ display: block; line-height: 18px; } + input[type="checkbox"], input[type="radio"] { + border: 1px solid #ccc; + } .form-horizontal .control-group > label { float: none; width: auto; diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 74cef08f2..d9050d3b6 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -533,8 +533,7 @@ input[type="image"], input[type="checkbox"], input[type="radio"] { /* IE7 */ line-height: normal; - border: none; - border: initial; + border: 0; cursor: pointer; border-radius: 0 \0/; } |
