PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 6.21.1
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v6.21.1
6.35 6.34 6.33.1 6.33 6.32.1 6.32 6.31 6.25 6.25.1 6.26 6.26.1 6.27 6.28 6.29 6.3 6.3.1 6.3.2 6.30 6.4 6.4.1 6.4.2 6.5 6.5.1 6.5.2 6.5.3 All 141 releases
← All changes | css/custom_theme.css.php +1 -12 6.256.21.1 View file →
@@ -973,16 +973,12 @@
973 973 padding:15px;
974 974 }
975 975
976 976 .with_frm_style .frm_message p {
977 + margin-bottom: 5px;
977 978 color: var(--success-text-color)<?php echo esc_html( $important ); ?>;
978 - margin-bottom: 0;
979 979 }
980 980
981 -.with_frm_style .frm_message > p:first-of-type {
982 - margin-top: 0;
983 -}
984 -
985 981 .with_frm_style .frm_message,
986 982 .frm_success_style {
987 983 margin: 5px 0 15px;
988 984 border: 1px solid var(--success-border-color);
@@ -1640,15 +1636,8 @@
1640 1636 .with_frm_style .g-recaptcha iframe,
1641 1637 .with_frm_style .frm-g-recaptcha iframe{
1642 1638 width:100%;
1643 1639 }
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 1640 }
1652 1641 <?php
1653 1642
1654 1643 echo strip_tags( FrmStylesController::get_custom_css() ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped