PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 6.32
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v6.32
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 +8 -2 6.306.32 View file →
@@ -142,13 +142,14 @@
142 142 color: var(--form-desc-color)<?php echo esc_html( $important ); ?>;
143 143 <?php } ?>
144 144 }
145 145
146 +.with_frm_style .frm_form_field.frm_html_container{
146 147 <?php if ( ! empty( $defaults['form_desc_size'] ) ) { ?>
147 -.with_frm_style .frm_form_field.frm_html_container{
148 148 font-size: var(--form-desc-size)<?php echo esc_html( $important ); ?>;
149 +<?php } ?>
150 + overflow-wrap: break-word<?php echo esc_html( $important ); ?>;
149 151 }
150 -<?php } ?>
151 152
152 153 .with_frm_style .frm_form_field .frm_show_it{
153 154 <?php if ( ! empty( $defaults['field_font_size'] ) ) { ?>
154 155 font-size: var(--field-font-size)<?php echo esc_html( $important ); ?>;
@@ -225,8 +226,13 @@
225 226 padding: var(--field-pad)<?php echo esc_html( $important ); ?>;
226 227 box-sizing: border-box;
227 228 outline: none<?php echo esc_html( $important ); ?>;
228 229 font-weight: var(--field-weight);
230 +}
231 +
232 +.with_frm_style input:-webkit-autofill:focus {
233 + /* Prevent the user agent autofill background color from taking effect on focus. */
234 + transition: background-color 5000s ease-in-out 0s<?php echo esc_html( $important ); ?>;
229 235 }
230 236
231 237 <?php if ( $important ) : ?>
232 238 <?php if ( $use_chosen_js ) { ?>