| @@ -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 ) { ?> |