diff --git a/bikeshop_project/core/static/scss/screen.scss b/bikeshop_project/core/static/scss/screen.scss index dcf06ef..09d0b5e 100644 --- a/bikeshop_project/core/static/scss/screen.scss +++ b/bikeshop_project/core/static/scss/screen.scss @@ -367,4 +367,8 @@ span.mdl-textfield__error, span.error { margin-top: 3px; visibility: visible; display: block; +} + +html [type="button"] { + -webkit-appearance: initial !important; } \ No newline at end of file