| @@ -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; |
| @@ -405,16 +404,14 @@ | ||
| 405 | 404 | .<?php echo esc_html( $style_class ); ?> .frm_blank_field .sigWrapper{ |
| 406 | 405 | border-color:<?php echo esc_html( $border_color_error ); ?> !important; |
| 407 | 406 | } |
| 408 | 407 | |
| 409 | -.<?php echo esc_html( $style_class ); ?> .frm_error, | |
| 410 | -.<?php echo esc_html( $style_class ); ?> .frm_limit_error{ | |
| 408 | +.<?php echo esc_html( $style_class ); ?> .frm_error{ | |
| 411 | 409 | font-weight:<?php echo esc_html( $weight . $important ); ?>; |
| 412 | 410 | } |
| 413 | 411 | |
| 414 | 412 | .<?php echo esc_html( $style_class ); ?> .frm_blank_field label, |
| 415 | -.<?php echo esc_html( $style_class ); ?> .frm_error, | |
| 416 | -.<?php echo esc_html( $style_class ); ?> .frm_limit_error{ | |
| 413 | +.<?php echo esc_html( $style_class ); ?> .frm_error{ | |
| 417 | 414 | color:<?php echo esc_html( $border_color_error . $important ); ?>; |
| 418 | 415 | } |
| 419 | 416 | |
| 420 | 417 | .<?php echo esc_html( $style_class ); ?> .frm_error_style{ |