Account for FF ESR
This commit is contained in:
parent
760e8a2434
commit
3c81ca0f05
|
@ -158,7 +158,8 @@ 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;
|
||||
}
|
||||
|
||||
|
@ -166,6 +167,10 @@ input[type="radio"]:checked:after {
|
|||
-moz-appearance: checkbox !important;
|
||||
}
|
||||
|
||||
.moz-appearance-bug input[type="radio"] {
|
||||
-moz-appearance: radio !important;
|
||||
}
|
||||
|
||||
.firefox select {
|
||||
font-size: 13px;
|
||||
padding: 0 20px 0 2px;
|
||||
|
|
Loading…
Reference in New Issue
Block a user