Basically you told the browser your checkboxes and radios have no appearance.
I think what your wanting is to "unset" the native appearance so you can apply 
your own?

That would be:

-moz-appearance: unset;
-webkit-appearance: unset;
-khtml-appearance: unset;
-o-appearance: unset;

I believe..

Best,

Karl DeSaulniers
Design Drumm
http://designdrumm.com




> On Jun 16, 2017, at 1:58 PM, william drescher <will...@techservsys.com> wrote:
> 
> 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/

Reply via email to