Account for FF ESR
This commit is contained in:
parent
760e8a2434
commit
3c81ca0f05
|
@ -158,13 +158,18 @@ 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;
|
||||||
}
|
}
|
||||||
|
|
||||||
.moz-appearance-bug input[type="checkbox"] {
|
.moz-appearance-bug input[type="checkbox"] {
|
||||||
-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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user