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 /less/responsive.less | |
| parent | 70c6a6cd855a617b086682ef919e02cf67d4e86e (diff) | |
| download | bootstrap-296d06a285d91200b4063f3bdde65c094495ee24.tar.xz bootstrap-296d06a285d91200b4063f3bdde65c094495ee24.zip | |
add checkbox/radio border for ios in responsive
Diffstat (limited to 'less/responsive.less')
| -rw-r--r-- | less/responsive.less | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/less/responsive.less b/less/responsive.less index 4ce4aff72..2d49f2095 100644 --- a/less/responsive.less +++ b/less/responsive.less @@ -33,6 +33,12 @@ line-height: @baseLineHeight; } + // Update checkboxes for iOS + input[type="checkbox"], + input[type="radio"] { + border: 1px solid #ccc; + } + // Remove the horizontal form styles .form-horizontal .control-group > label { float: none; |
