From 068642a7fa030b9a9b3ecce4a418788995c6b197 Mon Sep 17 00:00:00 2001 From: ssotomayor Date: Thu, 18 Sep 2014 16:47:58 -0300 Subject: [PATCH] Add address button fixed for Safari Mobile. #1390 --- css/src/main.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/css/src/main.css b/css/src/main.css index 16d4d0d2a..723c27875 100644 --- a/css/src/main.css +++ b/css/src/main.css @@ -725,6 +725,14 @@ button.radius, .button.radius { } /* SECONDARY */ + +input[type='submit'] +{ + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; +} + button.secondary, .button.secondary { background-color: #4A90E2; @@ -758,6 +766,7 @@ button.primary, .button.primary { background-color: #1ABC9C; color: #fff; + border-radius: 0; } button.primary:hover, button.primary:focus,