Merge pull request #154 from StarCitizenTools/dev

Fix inconsistent input style on WebKit browsers
This commit is contained in:
alistair3149 2020-06-26 22:50:40 -04:00 committed by GitHub
commit 904ff3dcd4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,6 +30,12 @@ ul {
list-style-type: square;
}
input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
ul,
ol {
padding: 0;