PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 5.1
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v5.1
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 -7 6.3.15.1 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;
@@ -186,9 +185,8 @@
186 185 }
187 186 .<?php echo esc_html( $style_class ); ?> input::-moz-placeholder,
188 187 .<?php echo esc_html( $style_class ); ?> textarea::-moz-placeholder{
189 188 color: <?php echo esc_html( $text_color_disabled . $important ); ?>;
190 - opacity: 1;
191 189 }
192 190 .<?php echo esc_html( $style_class ); ?> input:-ms-input-placeholder,
193 191 <?php echo esc_html( $style_class ); ?> textarea:-ms-input-placeholder{
194 192 color: <?php echo esc_html( $text_color_disabled . $important ); ?>;
@@ -405,16 +403,14 @@
405 403 .<?php echo esc_html( $style_class ); ?> .frm_blank_field .sigWrapper{
406 404 border-color:<?php echo esc_html( $border_color_error ); ?> !important;
407 405 }
408 406
409 -.<?php echo esc_html( $style_class ); ?> .frm_error,
410 -.<?php echo esc_html( $style_class ); ?> .frm_limit_error{
407 +.<?php echo esc_html( $style_class ); ?> .frm_error{
411 408 font-weight:<?php echo esc_html( $weight . $important ); ?>;
412 409 }
413 410
414 411 .<?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{
412 +.<?php echo esc_html( $style_class ); ?> .frm_error{
417 413 color:<?php echo esc_html( $border_color_error . $important ); ?>;
418 414 }
419 415
420 416 .<?php echo esc_html( $style_class ); ?> .frm_error_style{