| @@ -68,12 +68,11 @@ | ||
| 68 | 68 | padding:var(--form-desc-padding)<?php echo esc_html( $important ); ?>; |
| 69 | 69 | <?php } ?> |
| 70 | 70 | } |
| 71 | 71 | |
| 72 | -form .<?php echo esc_html( FrmHoneypot::generate_class_name() ); ?> { | |
| 73 | - overflow: hidden; | |
| 74 | - width: 0; | |
| 75 | - height: 0; | |
| 72 | +form input.frm_verify{ | |
| 73 | + position:absolute; | |
| 74 | + left:-3000px; | |
| 76 | 75 | } |
| 77 | 76 | |
| 78 | 77 | .with_frm_style fieldset{ |
| 79 | 78 | min-width:0; |
| @@ -87,9 +86,9 @@ | ||
| 87 | 86 | background-color:transparent; |
| 88 | 87 | } |
| 89 | 88 | |
| 90 | 89 | .with_frm_style .frm_form_fields > fieldset{ |
| 91 | -<?php if ( isset( $defaults['fieldset'] ) && ( $defaults['fieldset'] || '0' === $defaults['fieldset'] ) ) { ?> | |
| 90 | +<?php if ( ! empty( $defaults['fieldset'] ) ) { ?> | |
| 92 | 91 | border-width:<?php echo esc_html( $defaults['fieldset'] . $important ); ?>; |
| 93 | 92 | border-width:var(--fieldset)<?php echo esc_html( $important ); ?>; |
| 94 | 93 | <?php } ?> |
| 95 | 94 | border-style:solid; |
| @@ -265,18 +264,8 @@ | ||
| 265 | 264 | font-weight:var(--field-weight); |
| 266 | 265 | box-shadow:var(--box-shadow)<?php echo esc_html( $important ); ?>; |
| 267 | 266 | } |
| 268 | 267 | |
| 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 | 268 | .with_frm_style input[type=radio], |
| 280 | 269 | .with_frm_style input[type=checkbox]{ |
| 281 | 270 | border-color:<?php echo esc_html( $defaults['border_color'] . $important ); ?>; |
| 282 | 271 | border-color:var(--border-color)<?php echo esc_html( $important ); ?>; |
| @@ -298,10 +287,10 @@ | ||
| 298 | 287 | .with_frm_style input[type=file], |
| 299 | 288 | .with_frm_style input[type=search], |
| 300 | 289 | .with_frm_style select, |
| 301 | 290 | .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 ); ?>; | |
| 291 | + height:<?php echo esc_html( $defaults['field_height'] ); ?>; | |
| 292 | + height:var(--field-height)<?php echo esc_html( $important ); ?>; | |
| 304 | 293 | line-height:1.3<?php echo esc_html( $important ); ?>; |
| 305 | 294 | } |
| 306 | 295 | |
| 307 | 296 | .with_frm_style select[multiple=multiple]{ |
| @@ -876,13 +865,9 @@ | ||
| 876 | 865 | margin:5px; |
| 877 | 866 | vertical-align:middle; |
| 878 | 867 | } |
| 879 | 868 | |
| 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 | -{ | |
| 869 | +.with_frm_style .frm_radio input[type=radio]{ | |
| 885 | 870 | border-radius:50%; |
| 886 | 871 | } |
| 887 | 872 | |
| 888 | 873 | .with_frm_style .frm_checkbox input[type=checkbox]{ |
| @@ -889,11 +874,8 @@ | ||
| 889 | 874 | border-radius:0; |
| 890 | 875 | } |
| 891 | 876 | |
| 892 | 877 | .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 | 878 | .with_frm_style .frm_checkbox input[type=checkbox]{ |
| 897 | 879 | -webkit-appearance: none; |
| 898 | 880 | appearance: none; |
| 899 | 881 | background-color: var(--bg-color); |
| @@ -911,11 +893,8 @@ | ||
| 911 | 893 | padding: 0; |
| 912 | 894 | } |
| 913 | 895 | |
| 914 | 896 | .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 | 897 | .with_frm_style .frm_checkbox input[type=checkbox]:before { |
| 919 | 898 | content: ''; |
| 920 | 899 | width: 12px; |
| 921 | 900 | height: 12px; |