Account for FF ESR

This commit is contained in:
narcolepticinsomniac 2017-12-08 11:57:33 -05:00 committed by GitHub
parent 760e8a2434
commit 3c81ca0f05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -158,7 +158,8 @@ input[type="radio"]:checked:after {
} }
@supports (-moz-appearance: none) { @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; display: none !important;
} }
@ -166,6 +167,10 @@ input[type="radio"]:checked:after {
-moz-appearance: checkbox !important; -moz-appearance: checkbox !important;
} }
.moz-appearance-bug input[type="radio"] {
-moz-appearance: radio !important;
}
.firefox select { .firefox select {
font-size: 13px; font-size: 13px;
padding: 0 20px 0 2px; padding: 0 20px 0 2px;