PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 6.20
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v6.20
6.35 6.34 6.33.1 6.33 6.32.1 6.32 6.31 6.25 6.25.1 6.26 6.26.1 6.27 6.28 6.29 6.3 6.3.1 6.3.2 6.30 6.4 6.4.1 6.4.2 6.5 6.5.1 6.5.2 6.5.3 All 141 releases
← All changes | css/_single_theme.css.php +1 -3 6.266.20 View file →
@@ -206,9 +206,8 @@
206 206 text-align:center;
207 207 background:
208 208 <?php
209 209 echo esc_html( $submit_bg_color );
210 -
211 210 if ( ! empty( $submit_bg_img ) ) {
212 211 echo esc_html( ' url(' . $submit_bg_img . ')' );
213 212 }
214 213 echo esc_html( $important );
@@ -366,9 +365,9 @@
366 365
367 366 .<?php echo esc_html( $style_class ); ?> .frm_error,
368 367 .<?php echo esc_html( $style_class ); ?> .frm_limit_error{
369 368 font-weight:<?php echo esc_html( $weight . $important ); ?>;
370 - color:<?php echo esc_html( $border_color_error . $important ); ?>;
369 + color:<?php echo esc_html( $text_color_error . $important ); ?>;
371 370 }
372 371
373 372 .<?php echo esc_html( $style_class ); ?> .frm_error_style{
374 373 background-color:<?php echo esc_html( $error_bg . $important ); ?>;
@@ -399,6 +398,5 @@
399 398 width:auto<?php echo esc_html( $important ); ?>;
400 399 padding:0<?php echo esc_html( $important ); ?>;
401 400 }
402 401
403 -<?php echo strip_tags( FrmStylesController::get_custom_css( $settings ) ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>
404 402 <?php do_action( 'frm_output_single_style', $settings ); ?>