PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 6.2
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v6.2
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/custom_theme.css.php +7 -29 6.5.16.2 View file →
@@ -7,9 +7,8 @@
7 7 header( 'Content-type: text/css' );
8 8
9 9 if ( ! empty( $css ) ) {
10 10 echo strip_tags( $css, 'all' ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
11 - FrmStylesController::maybe_hide_sample_form_error_message();
12 11 die();
13 12 }
14 13 }
15 14
@@ -68,12 +67,11 @@
68 67 padding:var(--form-desc-padding)<?php echo esc_html( $important ); ?>;
69 68 <?php } ?>
70 69 }
71 70
72 -form .<?php echo esc_html( FrmHoneypot::generate_class_name() ); ?> {
73 - overflow: hidden;
74 - width: 0;
75 - height: 0;
71 +form input.frm_verify{
72 + position:absolute;
73 + left:-3000px;
76 74 }
77 75
78 76 .with_frm_style fieldset{
79 77 min-width:0;
@@ -87,9 +85,9 @@
87 85 background-color:transparent;
88 86 }
89 87
90 88 .with_frm_style .frm_form_fields > fieldset{
91 -<?php if ( isset( $defaults['fieldset'] ) && ( $defaults['fieldset'] || '0' === $defaults['fieldset'] ) ) { ?>
89 +<?php if ( ! empty( $defaults['fieldset'] ) ) { ?>
92 90 border-width:<?php echo esc_html( $defaults['fieldset'] . $important ); ?>;
93 91 border-width:var(--fieldset)<?php echo esc_html( $important ); ?>;
94 92 <?php } ?>
95 93 border-style:solid;
@@ -265,18 +263,8 @@
265 263 font-weight:var(--field-weight);
266 264 box-shadow:var(--box-shadow)<?php echo esc_html( $important ); ?>;
267 265 }
268 266
269 -.with_frm_style select option {
270 - color:<?php echo esc_html( $defaults['text_color'] ); ?>;
271 - color:var(--text-color)<?php echo esc_html( $important ); ?>;
272 -}
273 -
274 -.with_frm_style select option.frm-select-placeholder {
275 - color:<?php echo esc_html( $defaults['text_color_disabled'] ); ?>;
276 - color:var(--text-color-disabled)<?php echo esc_html( $important ); ?>;
277 -}
278 -
279 267 .with_frm_style input[type=radio],
280 268 .with_frm_style input[type=checkbox]{
281 269 border-color:<?php echo esc_html( $defaults['border_color'] . $important ); ?>;
282 270 border-color:var(--border-color)<?php echo esc_html( $important ); ?>;
@@ -298,10 +286,10 @@
298 286 .with_frm_style input[type=file],
299 287 .with_frm_style input[type=search],
300 288 .with_frm_style select,
301 289 .with_frm_style .frm-card-element.StripeElement{
302 - min-height:<?php echo esc_html( $defaults['field_height'] ); ?>;
303 - min-height:var(--field-height)<?php echo esc_html( $important ); ?>;
290 + height:<?php echo esc_html( $defaults['field_height'] ); ?>;
291 + height:var(--field-height)<?php echo esc_html( $important ); ?>;
304 292 line-height:1.3<?php echo esc_html( $important ); ?>;
305 293 }
306 294
307 295 .with_frm_style select[multiple=multiple]{
@@ -876,13 +864,9 @@
876 864 margin:5px;
877 865 vertical-align:middle;
878 866 }
879 867
880 -.with_frm_style .frm_radio input[type=radio]
881 -<?php if ( FrmAppHelper::pro_is_installed() ) : ?>
882 -, .with_frm_style .frm_scale input[type=radio]
883 -<?php endif; ?>
884 -{
868 +.with_frm_style .frm_radio input[type=radio]{
885 869 border-radius:50%;
886 870 }
887 871
888 872 .with_frm_style .frm_checkbox input[type=checkbox]{
@@ -889,11 +873,8 @@
889 873 border-radius:0;
890 874 }
891 875
892 876 .with_frm_style .frm_radio input[type=radio],
893 -<?php if ( FrmAppHelper::pro_is_installed() ) : ?>
894 -.with_frm_style .frm_scale input[type=radio],
895 -<?php endif; ?>
896 877 .with_frm_style .frm_checkbox input[type=checkbox]{
897 878 -webkit-appearance: none;
898 879 appearance: none;
899 880 background-color: var(--bg-color);
@@ -911,11 +892,8 @@
911 892 padding: 0;
912 893 }
913 894
914 895 .with_frm_style .frm_radio input[type=radio]:before,
915 -<?php if ( FrmAppHelper::pro_is_installed() ) : ?>
916 -.with_frm_style .frm_scale input[type=radio]:before,
917 -<?php endif; ?>
918 896 .with_frm_style .frm_checkbox input[type=checkbox]:before {
919 897 content: '';
920 898 width: 12px;
921 899 height: 12px;