add -moz-appearance alongside -webkit-appearance (formality)
This commit is contained in:
parent
07069e25a8
commit
994da62aac
|
|
@ -91,6 +91,7 @@ body > #page {
|
|||
input.image-checkbox {
|
||||
display: inline-block;
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
appearance: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue