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 {
|
input.image-checkbox {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
|
-moz-appearance: none;
|
||||||
appearance: none;
|
appearance: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue