diff --git a/static/global.css b/static/global.css index 5b45416..934c634 100644 --- a/static/global.css +++ b/static/global.css @@ -29,6 +29,12 @@ label { display: block; } +input { + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; +} + input, button, select, textarea { font-family: inherit; font-size: inherit;