Remove deprecated -moz-appearance

pull/570/merge
Thibaut Courouble 8 years ago
parent 4e9daa88a6
commit 161bba60bc

@ -183,7 +183,7 @@ button {
button, input[type="search"] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
button:focus {

Loading…
Cancel
Save