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 -8 6.55.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;
@@ -159,9 +158,8 @@
159 158 .<?php echo esc_html( $style_class ); ?> .frm_pos_none{
160 159 display:none<?php echo esc_html( $important ); ?>;
161 160 }
162 161
163 -<?php if ( FrmAppHelper::pro_is_installed() ) : ?>
164 162 .<?php echo esc_html( $style_class ); ?> .frm_scale label{
165 163 <?php if ( ! empty( $check_weight ) ) { ?>
166 164 font-weight:<?php echo esc_html( $check_weight . $important ); ?>;
167 165 <?php } ?>
@@ -174,9 +172,8 @@
174 172 <?php if ( ! empty( $check_label_color ) ) { ?>
175 173 color:<?php echo esc_html( $check_label_color . $important ); ?>;
176 174 <?php } ?>
177 175 }
178 -<?php endif; ?>
179 176
180 177 /* These do not work if they are combined */
181 178 .<?php echo esc_html( $style_class ); ?> input::placeholder,
182 179 .<?php echo esc_html( $style_class ); ?> textarea::placeholder{
@@ -407,16 +404,14 @@
407 404 .<?php echo esc_html( $style_class ); ?> .frm_blank_field .sigWrapper{
408 405 border-color:<?php echo esc_html( $border_color_error ); ?> !important;
409 406 }
410 407
411 -.<?php echo esc_html( $style_class ); ?> .frm_error,
412 -.<?php echo esc_html( $style_class ); ?> .frm_limit_error{
408 +.<?php echo esc_html( $style_class ); ?> .frm_error{
413 409 font-weight:<?php echo esc_html( $weight . $important ); ?>;
414 410 }
415 411
416 412 .<?php echo esc_html( $style_class ); ?> .frm_blank_field label,
417 -.<?php echo esc_html( $style_class ); ?> .frm_error,
418 -.<?php echo esc_html( $style_class ); ?> .frm_limit_error{
413 +.<?php echo esc_html( $style_class ); ?> .frm_error{
419 414 color:<?php echo esc_html( $border_color_error . $important ); ?>;
420 415 }
421 416
422 417 .<?php echo esc_html( $style_class ); ?> .frm_error_style{