| @@ -65,8 +65,15 @@ | ||
| 65 | 65 | padding: var(--form-desc-padding)<?php echo esc_html( $important ); ?>; |
| 66 | 66 | <?php } ?> |
| 67 | 67 | } |
| 68 | 68 | |
| 69 | +form .<?php echo esc_html( FrmHoneypot::generate_class_name() ); ?> { | |
| 70 | + overflow: hidden; | |
| 71 | + width: 0; | |
| 72 | + height: 0; | |
| 73 | + position: absolute; | |
| 74 | +} | |
| 75 | + | |
| 69 | 76 | .with_frm_style fieldset{ |
| 70 | 77 | min-width:0; |
| 71 | 78 | display: block; /* Override 2021 theme */ |
| 72 | 79 | } |
| @@ -973,16 +980,12 @@ | ||
| 973 | 980 | padding:15px; |
| 974 | 981 | } |
| 975 | 982 | |
| 976 | 983 | .with_frm_style .frm_message p { |
| 984 | + margin-bottom: 5px; | |
| 977 | 985 | color: var(--success-text-color)<?php echo esc_html( $important ); ?>; |
| 978 | - margin-bottom: 0; | |
| 979 | 986 | } |
| 980 | 987 | |
| 981 | -.with_frm_style .frm_message > p:first-of-type { | |
| 982 | - margin-top: 0; | |
| 983 | -} | |
| 984 | - | |
| 985 | 988 | .with_frm_style .frm_message, |
| 986 | 989 | .frm_success_style { |
| 987 | 990 | margin: 5px 0 15px; |
| 988 | 991 | border: 1px solid var(--success-border-color); |
| @@ -1640,15 +1643,8 @@ | ||
| 1640 | 1643 | .with_frm_style .g-recaptcha iframe, |
| 1641 | 1644 | .with_frm_style .frm-g-recaptcha iframe{ |
| 1642 | 1645 | width:100%; |
| 1643 | 1646 | } |
| 1644 | -} | |
| 1645 | - | |
| 1646 | -.frm-card-element .sq-card-wrapper .sq-card-message { | |
| 1647 | - margin-bottom: 0; | |
| 1648 | -} | |
| 1649 | -.frm-card-errors:empty { | |
| 1650 | - margin: 0; | |
| 1651 | 1647 | } |
| 1652 | 1648 | <?php |
| 1653 | 1649 | |
| 1654 | 1650 | echo strip_tags( FrmStylesController::get_custom_css() ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped |