Ok, put this in either the skin.css or portal.css
.dnnRadiobutton,.dnnCheckbox{display:none}
input{position:relative !important;visibility:visible !important;z-index:0 !important}
That should drop the DNN7 readio buttons and checkboxes and allow the browser defaults to show properly.
Let me know if it works and if you find other bits that are weird.
Rob
.dnnRadiobutton,.dnnCheckbox{display:none}
input{position:relative !important;visibility:visible !important;z-index:0 !important}
That should drop the DNN7 readio buttons and checkboxes and allow the browser defaults to show properly.
Let me know if it works and if you find other bits that are weird.
Rob