bulmil
Version:

20 lines (19 loc) • 396 B
CSS
.radio, .checkbox {
cursor: pointer;
display: inline-block;
line-height: 1.25;
position: relative;
}
.radio input, .checkbox input {
cursor: pointer;
}
.radio:hover, .checkbox:hover {
color: #363636;
}
[disabled].radio, [disabled].checkbox, fieldset[disabled] .radio, fieldset[disabled] .checkbox {
color: #7a7a7a;
cursor: not-allowed;
}
.radio + .radio {
margin-left: 0.5em;
}