diff --git a/global.css b/global.css index 262bc018..18e0c00c 100644 --- a/global.css +++ b/global.css @@ -158,13 +158,18 @@ input[type="radio"]:checked:after { } @supports (-moz-appearance: none) { - .moz-appearance-bug .svg-icon.checked { + .moz-appearance-bug .svg-icon.checked, + .moz-appearance-bug input[type="radio"]:after { display: none !important; } .moz-appearance-bug input[type="checkbox"] { -moz-appearance: checkbox !important; } + + .moz-appearance-bug input[type="radio"] { + -moz-appearance: radio !important; + } .firefox select { font-size: 13px;