mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-02 16:04:07 +03:00
add checkbox/radio border for ios in responsive
This commit is contained in:
+3
@@ -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;
|
||||
|
||||
Vendored
+1
-2
@@ -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/;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user