PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 5.0.14
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v5.0.14
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 +4 -11 6.35.0.14 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 ); ?>;
@@ -223,12 +221,10 @@
223 221 .<?php echo esc_html( $style_class ); ?> .chosen-container-single.chosen-container-active .chosen-single,
224 222 .<?php echo esc_html( $style_class ); ?> .chosen-container-active .chosen-choices{
225 223 background-color:<?php echo esc_html( $bg_color_active . $important ); ?>;
226 224 border-color:<?php echo esc_html( $border_color_active . $important ); ?>;
227 - color: var(--text-color);
228 225 <?php if ( isset( $remove_box_shadow_active ) && $remove_box_shadow_active ) { ?>
229 226 box-shadow:none;
230 - outline: none;
231 227 <?php } else { ?>
232 228 box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(<?php echo esc_html( FrmStylesHelper::hex2rgb( $border_color_active ) ); ?>, 0.6);
233 229 <?php } ?>
234 230 }
@@ -314,9 +310,8 @@
314 310 .<?php echo esc_html( $style_class ); ?> .frm_submit button:active{
315 311 background: <?php echo esc_html( $submit_active_bg_color . $important ); ?>;
316 312 border-color: <?php echo esc_html( $submit_active_border_color . $important ); ?>;
317 313 color: <?php echo esc_html( $submit_active_color . $important ); ?>;
318 - outline: none;
319 314 }
320 315
321 316 .<?php echo esc_html( $style_class ); ?> .frm_loading_prev .frm_prev_page,
322 317 .<?php echo esc_html( $style_class ); ?> .frm_loading_prev .frm_prev_page:hover,
@@ -386,9 +381,9 @@
386 381 .<?php echo esc_html( $style_class ); ?> .frm_blank_field input[type=number],
387 382 .<?php echo esc_html( $style_class ); ?> .frm_blank_field input[type=email],
388 383 .<?php echo esc_html( $style_class ); ?> .frm_blank_field textarea,
389 384 .<?php echo esc_html( $style_class ); ?> .frm_blank_field .mce-edit-area iframe,
390 -.<?php echo esc_html( $style_class ); ?> .frm_blank_field select:not(.ui-datepicker-month):not(.ui-datepicker-year),
385 +.<?php echo esc_html( $style_class ); ?> .frm_blank_field select,
391 386 .frm_form_fields_error_style,
392 387 .<?php echo esc_html( $style_class ); ?> .frm_blank_field .frm-g-recaptcha iframe,
393 388 .<?php echo esc_html( $style_class ); ?> .frm_blank_field .g-recaptcha iframe,
394 389 .<?php echo esc_html( $style_class ); ?> .frm_blank_field .frm-card-element.StripeElement,
@@ -405,16 +400,14 @@
405 400 .<?php echo esc_html( $style_class ); ?> .frm_blank_field .sigWrapper{
406 401 border-color:<?php echo esc_html( $border_color_error ); ?> !important;
407 402 }
408 403
409 -.<?php echo esc_html( $style_class ); ?> .frm_error,
410 -.<?php echo esc_html( $style_class ); ?> .frm_limit_error{
404 +.<?php echo esc_html( $style_class ); ?> .frm_error{
411 405 font-weight:<?php echo esc_html( $weight . $important ); ?>;
412 406 }
413 407
414 408 .<?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{
409 +.<?php echo esc_html( $style_class ); ?> .frm_error{
417 410 color:<?php echo esc_html( $border_color_error . $important ); ?>;
418 411 }
419 412
420 413 .<?php echo esc_html( $style_class ); ?> .frm_error_style{