| @@ -82,10 +82,9 @@ | ||
| 82 | 82 | .<?php echo esc_html( $style_class ); ?> p.description, |
| 83 | 83 | .<?php echo esc_html( $style_class ); ?> div.description, |
| 84 | 84 | .<?php echo esc_html( $style_class ); ?> div.frm_description, |
| 85 | 85 | .<?php echo esc_html( $style_class ); ?> .frm-show-form > div.frm_description, |
| 86 | -.<?php echo esc_html( $style_class ); ?> .frm_error, | |
| 87 | -.<?php echo esc_html( $style_class ); ?> .frm_pro_max_limit_desc{ | |
| 86 | +.<?php echo esc_html( $style_class ); ?> .frm_error{ | |
| 88 | 87 | <?php if ( ! empty( $description_margin ) ) { ?> |
| 89 | 88 | margin:<?php echo esc_html( $description_margin . $important ); ?>; |
| 90 | 89 | <?php } ?> |
| 91 | 90 | padding:0; |
| @@ -159,9 +158,8 @@ | ||
| 159 | 158 | .<?php echo esc_html( $style_class ); ?> .frm_pos_none{ |
| 160 | 159 | display:none<?php echo esc_html( $important ); ?>; |
| 161 | 160 | } |
| 162 | 161 | |
| 163 | -<?php if ( FrmAppHelper::pro_is_installed() ) : ?> | |
| 164 | 162 | .<?php echo esc_html( $style_class ); ?> .frm_scale label{ |
| 165 | 163 | <?php if ( ! empty( $check_weight ) ) { ?> |
| 166 | 164 | font-weight:<?php echo esc_html( $check_weight . $important ); ?>; |
| 167 | 165 | <?php } ?> |
| @@ -174,9 +172,8 @@ | ||
| 174 | 172 | <?php if ( ! empty( $check_label_color ) ) { ?> |
| 175 | 173 | color:<?php echo esc_html( $check_label_color . $important ); ?>; |
| 176 | 174 | <?php } ?> |
| 177 | 175 | } |
| 178 | -<?php endif; ?> | |
| 179 | 176 | |
| 180 | 177 | /* These do not work if they are combined */ |
| 181 | 178 | .<?php echo esc_html( $style_class ); ?> input::placeholder, |
| 182 | 179 | .<?php echo esc_html( $style_class ); ?> textarea::placeholder{ |
| @@ -188,9 +185,8 @@ | ||
| 188 | 185 | } |
| 189 | 186 | .<?php echo esc_html( $style_class ); ?> input::-moz-placeholder, |
| 190 | 187 | .<?php echo esc_html( $style_class ); ?> textarea::-moz-placeholder{ |
| 191 | 188 | color: <?php echo esc_html( $text_color_disabled . $important ); ?>; |
| 192 | - opacity: 1; | |
| 193 | 189 | } |
| 194 | 190 | .<?php echo esc_html( $style_class ); ?> input:-ms-input-placeholder, |
| 195 | 191 | <?php echo esc_html( $style_class ); ?> textarea:-ms-input-placeholder{ |
| 196 | 192 | color: <?php echo esc_html( $text_color_disabled . $important ); ?>; |
| @@ -407,16 +403,14 @@ | ||
| 407 | 403 | .<?php echo esc_html( $style_class ); ?> .frm_blank_field .sigWrapper{ |
| 408 | 404 | border-color:<?php echo esc_html( $border_color_error ); ?> !important; |
| 409 | 405 | } |
| 410 | 406 | |
| 411 | -.<?php echo esc_html( $style_class ); ?> .frm_error, | |
| 412 | -.<?php echo esc_html( $style_class ); ?> .frm_limit_error{ | |
| 407 | +.<?php echo esc_html( $style_class ); ?> .frm_error{ | |
| 413 | 408 | font-weight:<?php echo esc_html( $weight . $important ); ?>; |
| 414 | 409 | } |
| 415 | 410 | |
| 416 | 411 | .<?php echo esc_html( $style_class ); ?> .frm_blank_field label, |
| 417 | -.<?php echo esc_html( $style_class ); ?> .frm_error, | |
| 418 | -.<?php echo esc_html( $style_class ); ?> .frm_limit_error{ | |
| 412 | +.<?php echo esc_html( $style_class ); ?> .frm_error{ | |
| 419 | 413 | color:<?php echo esc_html( $border_color_error . $important ); ?>; |
| 420 | 414 | } |
| 421 | 415 | |
| 422 | 416 | .<?php echo esc_html( $style_class ); ?> .frm_error_style{ |