I have:
<!DOCTYPE html>
<style type="text/css">
<!--
html {
    font-size: 2.2rem;
}
button, select, input, textarea {
    font-size: 1rem;
}
[type="checkbox"], [type="radio"] {
    -moz-appearance: none;
    height: 1rem;
    outline: 2px dotted red;
    width: 1rem;
}
-->
</style>

Since the most recent update of Firefox the checkboxes and radio buttons no longer show (but the outline does) and when clicked the checkbox/radio still don't show, but the receiving program acts as if it has received the checked box/radio

Thoughts?

-bill

______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to