Merge pull request #1434 from ssotomayor/master
Add address button fixed for Safari Mobile. #1390
This commit is contained in:
commit
d7c20cb7f2
1 changed files with 9 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue