diff --git a/js/civicrm_stripe.js b/js/civicrm_stripe.js index d4fef3ee918ae119ffacc3eaef32f307bb18eae6..789ae280d34d061d04119bf71fad5b9173c4a896 100644 --- a/js/civicrm_stripe.js +++ b/js/civicrm_stripe.js @@ -596,6 +596,15 @@ var style = { base: { fontSize: '1.1em', fontWeight: 'lighter' + }, + + invalid: { + "::placeholder": { + color: "#E25950", + fontWeight: '500', + }, + color: "#E25950", + fontWeight: '500', } };