|
@@ -16,9 +16,10 @@ function init() {
|
|
|
|
|
|
// Customize the CSS for SqPaymentForm iframe elements
|
|
|
inputStyles: [{
|
|
|
- fontSize: '1.25em',
|
|
|
- fontFamily: 'sans-serif',
|
|
|
+ fontSize: '1.15em',
|
|
|
+ fontFamily: 'courier, monospace',
|
|
|
color: 'white',
|
|
|
+ placeholderColor: '#EEE',
|
|
|
backgroundColor: '#0f193c',
|
|
|
fontWeight: 'normal',
|
|
|
padding: '5px 10px'
|
|
@@ -35,11 +36,11 @@ function init() {
|
|
|
},
|
|
|
cvv: {
|
|
|
elementId: 'sq-cvv',
|
|
|
- placeholder: ''
|
|
|
+ placeholder: 'cvv'
|
|
|
},
|
|
|
expirationDate: {
|
|
|
elementId: 'sq-expiration-date',
|
|
|
- placeholder: 'MM/YY'
|
|
|
+ placeholder: 'mm/yy'
|
|
|
},
|
|
|
postalCode: {
|
|
|
elementId: 'sq-postal-code'
|