Fix display of select boxes in Firefox

This commit is contained in:
Simon Willison 2017-12-02 12:53:08 -08:00 committed by GitHub
commit 1ecac1a438
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -180,6 +180,7 @@ form input[type=submit] {
background: transparent;
background-image: none;
-webkit-appearance: none;
-moz-appearance: none;
cursor: pointer;
}
.select-wrapper select {