Fix checkbox

This commit is contained in:
Kognise 2019-04-05 14:06:19 -04:00
parent 44b3210a4c
commit a7c397981b
No known key found for this signature in database
GPG key ID: 19AA40F6884A36D6

View file

@ -74,7 +74,9 @@ input, select, button, textarea {
border-radius: 6px;
outline: none;
background: #161f27;
}
input:not([type='checkbox']), select, button, textarea {
-webkit-appearance: none;
}