| @@ -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; |