cursor pointer on radio-items

This commit is contained in:
Adam Bradley
2013-09-23 21:58:26 -05:00
parent 779f3506a5
commit e5f0b99e7f

View File

@ -9,6 +9,9 @@
display: none;
}
}
.radio-list label.list-item {
cursor: pointer;
}
.radio-list input[type="radio"] {
/* hide any radio button inputs elements (the ugly circles) */