XenForo
Administrative
- Thread starter
- Admin
- #1
Stripe input fields can have unreadable placeholder information on dark backgrounds if the
Specifically, this block:
Code:
Read more
ادامه مطلب...
::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
ادامه مطلب...