From 7bfb1c8129fb5c6b6b2c5cf49776310338669ccb Mon Sep 17 00:00:00 2001 From: Drew Larson Date: Wed, 22 Jun 2016 19:37:16 -0600 Subject: [PATCH] Fix to make components look right. --- bikeshop_project/core/static/scss/screen.scss | 4 ++++ 1 file changed, 4 insertions(+) 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