1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-26 23:04:32 +02:00

add checkbox/radio border for ios in responsive

This commit is contained in:
Mark Otto
2012-01-28 13:07:01 -08:00
parent 70c6a6cd85
commit 296d06a285
4 changed files with 11 additions and 4 deletions

View File

@@ -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;