What, exactly, is -moz-appearance: none;
_documented_ as doing for the version of FireFox you are using? On Fri, 16 Jun 2017 14:58:20 -0400, william drescher <will...@techservsys.com> wrote: >Date: Fri, 16 Jun 2017 14:58:20 -0400 > >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/ ______________________________________________________________________ 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/