Merge pull request #1434 from ssotomayor/master

Add address button fixed for Safari Mobile. #1390
This commit is contained in:
Juan Ignacio Sosa Lopez 2014-09-19 14:30:49 -03:00
commit d7c20cb7f2

View file

@ -724,6 +724,14 @@ button.radius, .button.radius {
}
/* SECONDARY */
input[type='submit']
{
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
button.secondary,
.button.secondary {
background-color: #4A90E2;
@ -757,6 +765,7 @@ button.primary,
.button.primary {
background-color: #1ABC9C;
color: #fff;
border-radius: 0;
}
button.primary:hover,
button.primary:focus,