mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-21 13:24:08 +03:00
remove background color from radios and checkboxes for IEs
This commit is contained in:
Vendored
+8
@@ -800,6 +800,7 @@ input[type="radio"] {
|
||||
|
||||
line-height: normal;
|
||||
cursor: pointer;
|
||||
background-color: transparent;
|
||||
border: 0 \9;
|
||||
/* IE9 and down */
|
||||
|
||||
@@ -1061,6 +1062,13 @@ textarea[readonly] {
|
||||
border-color: #ddd;
|
||||
}
|
||||
|
||||
input[type="radio"][disabled],
|
||||
input[type="checkbox"][disabled],
|
||||
input[type="radio"][readonly],
|
||||
input[type="checkbox"][readonly] {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.control-group.warning > label,
|
||||
.control-group.warning .help-block,
|
||||
.control-group.warning .help-inline {
|
||||
|
||||
Reference in New Issue
Block a user