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 */
|
/* SECONDARY */
|
||||||
|
|
||||||
|
input[type='submit']
|
||||||
|
{
|
||||||
|
-webkit-appearance: none;
|
||||||
|
-moz-appearance: none;
|
||||||
|
appearance: none;
|
||||||
|
}
|
||||||
|
|
||||||
button.secondary,
|
button.secondary,
|
||||||
.button.secondary {
|
.button.secondary {
|
||||||
background-color: #4A90E2;
|
background-color: #4A90E2;
|
||||||
|
|
@ -757,6 +765,7 @@ button.primary,
|
||||||
.button.primary {
|
.button.primary {
|
||||||
background-color: #1ABC9C;
|
background-color: #1ABC9C;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
button.primary:hover,
|
button.primary:hover,
|
||||||
button.primary:focus,
|
button.primary:focus,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue