Commit 296d06a2 authored by Mark Otto's avatar Mark Otto

add checkbox/radio border for ios in responsive

parent 70c6a6cd
......@@ -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;
......
......@@ -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/;
}
......
......@@ -84,8 +84,7 @@ input[type="radio"] {
margin: 3px 0;
*margin-top: 0; /* IE7 */
line-height: normal;
border: none;
border: initial;
border: 0;
cursor: pointer;
border-radius: 0 e("\0/");
}
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment