PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 5.4
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v5.4
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 +3 -6 6.35.4 View file →
@@ -82,10 +82,9 @@
82 82 .<?php echo esc_html( $style_class ); ?> p.description,
83 83 .<?php echo esc_html( $style_class ); ?> div.description,
84 84 .<?php echo esc_html( $style_class ); ?> div.frm_description,
85 85 .<?php echo esc_html( $style_class ); ?> .frm-show-form > div.frm_description,
86 -.<?php echo esc_html( $style_class ); ?> .frm_error,
87 -.<?php echo esc_html( $style_class ); ?> .frm_pro_max_limit_desc{
86 +.<?php echo esc_html( $style_class ); ?> .frm_error{
88 87 <?php if ( ! empty( $description_margin ) ) { ?>
89 88 margin:<?php echo esc_html( $description_margin . $important ); ?>;
90 89 <?php } ?>
91 90 padding:0;
@@ -405,16 +404,14 @@
405 404 .<?php echo esc_html( $style_class ); ?> .frm_blank_field .sigWrapper{
406 405 border-color:<?php echo esc_html( $border_color_error ); ?> !important;
407 406 }
408 407
409 -.<?php echo esc_html( $style_class ); ?> .frm_error,
410 -.<?php echo esc_html( $style_class ); ?> .frm_limit_error{
408 +.<?php echo esc_html( $style_class ); ?> .frm_error{
411 409 font-weight:<?php echo esc_html( $weight . $important ); ?>;
412 410 }
413 411
414 412 .<?php echo esc_html( $style_class ); ?> .frm_blank_field label,
415 -.<?php echo esc_html( $style_class ); ?> .frm_error,
416 -.<?php echo esc_html( $style_class ); ?> .frm_limit_error{
413 +.<?php echo esc_html( $style_class ); ?> .frm_error{
417 414 color:<?php echo esc_html( $border_color_error . $important ); ?>;
418 415 }
419 416
420 417 .<?php echo esc_html( $style_class ); ?> .frm_error_style{