PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 6.2.3
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v6.2.3
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 +2 -12 6.46.2.3 View file →
@@ -86,9 +86,9 @@
86 86 background-color:transparent;
87 87 }
88 88
89 89 .with_frm_style .frm_form_fields > fieldset{
90 -<?php if ( isset( $defaults['fieldset'] ) && ( $defaults['fieldset'] || '0' === $defaults['fieldset'] ) ) { ?>
90 +<?php if ( ! empty( $defaults['fieldset'] ) ) { ?>
91 91 border-width:<?php echo esc_html( $defaults['fieldset'] . $important ); ?>;
92 92 border-width:var(--fieldset)<?php echo esc_html( $important ); ?>;
93 93 <?php } ?>
94 94 border-style:solid;
@@ -865,13 +865,9 @@
865 865 margin:5px;
866 866 vertical-align:middle;
867 867 }
868 868
869 -.with_frm_style .frm_radio input[type=radio]
870 -<?php if ( FrmAppHelper::pro_is_installed() ) : ?>
871 -, .with_frm_style .frm_scale input[type=radio]
872 -<?php endif; ?>
873 -{
869 +.with_frm_style .frm_radio input[type=radio]{
874 870 border-radius:50%;
875 871 }
876 872
877 873 .with_frm_style .frm_checkbox input[type=checkbox]{
@@ -878,11 +874,8 @@
878 874 border-radius:0;
879 875 }
880 876
881 877 .with_frm_style .frm_radio input[type=radio],
882 -<?php if ( FrmAppHelper::pro_is_installed() ) : ?>
883 -.with_frm_style .frm_scale input[type=radio],
884 -<?php endif; ?>
885 878 .with_frm_style .frm_checkbox input[type=checkbox]{
886 879 -webkit-appearance: none;
887 880 appearance: none;
888 881 background-color: var(--bg-color);
@@ -900,11 +893,8 @@
900 893 padding: 0;
901 894 }
902 895
903 896 .with_frm_style .frm_radio input[type=radio]:before,
904 -<?php if ( FrmAppHelper::pro_is_installed() ) : ?>
905 -.with_frm_style .frm_scale input[type=radio]:before,
906 -<?php endif; ?>
907 897 .with_frm_style .frm_checkbox input[type=checkbox]:before {
908 898 content: '';
909 899 width: 12px;
910 900 height: 12px;