numbas / Numbas

A completely browser-based e-assessment/e-learning system, with an emphasis on mathematics
http://www.numbas.org.uk
Apache License 2.0
197 stars 118 forks source link

worksheet theme: checkboxes and radio buttons don't look right in print #1064

Closed christianp closed 7 months ago

christianp commented 7 months ago

The worksheet theme tries to hide the built-in renderings of checkboxes and radio buttons, and replace them with a hollow box.

This doesn't work on firefox, because input elements can't have ::before pseudo-elements, and on Chrome there's no styling for checked boxes.

I think we should just go back to using the default rendering.