Fix inconsistent input style on WebKit browsers

This commit is contained in:
alistair3149 2020-06-26 22:42:45 -04:00 committed by GitHub
parent d648bc9f53
commit 07b0d4ceb5
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;