[RSS Feed/News] Stripe form formatting needs placeholder styling

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
Stripe input fields can have unreadable placeholder information on dark backgrounds if the ::placeholder pseudo-element isn't given styling in the payment_initiate_stripe template. Without the additional styling the placeholder text comes out as black. This has mainly shown up in an up to date Firefox, Chrome is ignoring Stripe's CSS there.

Specifically, this block:
Code:

Code:
			<script type="application/json" class="js-formStyles">
				{
					"base": {
						"color": "{{...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom