PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 6.2
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v6.2
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/frm_admin.css +5 -76 6.3.26.2 View file →
@@ -1734,18 +1734,11 @@
1734 1734 color: inherit;
1735 1735 }
1736 1736
1737 1737 #frm_form_editor_container .divider_section_only .frm_primary_label {
1738 - display: flex;
1739 - align-items: center;
1740 - gap: var(--gap-xs);
1741 1738 font-size: 20px;
1742 1739 }
1743 1740
1744 -#frm_form_editor_container .divider_section_only .frm_primary_label .frm-sub-label {
1745 - padding: 0;
1746 -}
1747 -
1748 1741 form .form-field.frm_field_loading {
1749 1742 margin-bottom: 0;
1750 1743 min-height: 0;
1751 1744 padding: 0;
@@ -1897,43 +1890,8 @@
1897 1890 font-weight: bold;
1898 1891 margin-bottom:4px;
1899 1892 }
1900 1893
1901 -/* Warning message dismiss */
1902 -.frm_warning_style {
1903 - position: relative;
1904 - padding-right: calc(var(--gap-md) + 15px);
1905 -}
1906 -
1907 -body.rtl .frm_warning_style {
1908 - padding-right: var(--gap-md);
1909 - padding-left: calc(var(--gap-md) + 15px);
1910 -}
1911 -
1912 -.frm-warning-dismiss {
1913 - position: absolute;
1914 - top: 10px;
1915 - right: 10px;
1916 - display: flex;
1917 - cursor: pointer;
1918 - transition: opacity 0.2s ease-out;
1919 -}
1920 -
1921 -body.rtl .frm-warning-dismiss {
1922 - left: 10px;
1923 - right: auto;
1924 -}
1925 -
1926 -.frm-warning-dismiss:hover {
1927 - opacity: 0.8;
1928 -}
1929 -
1930 -.frm-warning-dismiss.frmsvg,
1931 -.frm-warning-dismiss.frmsvg svg {
1932 - width: 15px;
1933 - height: 15px;
1934 -}
1935 -
1936 1894 .frm_note_style {
1937 1895 background: rgba(188, 224, 253, 0.23);
1938 1896 color: var(--grey-700);
1939 1897 }
@@ -2078,9 +2036,9 @@
2078 2036 position: relative;
2079 2037 }
2080 2038
2081 2039 .frm-addons .plugin-card-top {
2082 - min-height: 155px;
2040 + height: 155px;
2083 2041 padding-top: var(--gap-lg);
2084 2042 overflow: hidden;
2085 2043 }
2086 2044
@@ -2790,14 +2748,14 @@
2790 2748 margin-left: auto;
2791 2749 transform: rotate(-90deg);
2792 2750 }
2793 2751
2794 -#frm_embed_modal .frm_modal_footer {
2752 +#frm_embed_modal .frm-modal-cancel {
2795 2753 display: none;
2796 2754 }
2797 2755
2798 -#frm_embed_modal.frm-on-page-2 .frm_modal_footer {
2799 - display: block;
2756 +#frm_embed_modal.frm-on-page-2 .frm-modal-cancel {
2757 + display: inline;
2800 2758 }
2801 2759
2802 2760 .frm-embed-modal-content ul {
2803 2761 max-height: 300px;
@@ -6336,9 +6294,8 @@
6336 6294 }
6337 6295
6338 6296 .frm-section-collapsed .divider_section_only:hover:after,
6339 6297 li.selected.frm-section-collapsed .divider_section_only:before,
6340 -li.selected.frm-section-collapsed .divider_section_only:after,
6341 6298 .divider_section_only:hover:before,
6342 6299 li.selected .divider_section_only:before {
6343 6300 border-color: transparent;
6344 6301 }
@@ -6509,25 +6466,13 @@
6509 6466 color: currentColor;
6510 6467 }
6511 6468
6512 6469 .frm-collapsed i:before,
6470 +.frm-section-collapsed .frm_arrowdown6_icon:before,
6513 6471 .frm-page-collapsed .frm_arrowdown6_icon:before {
6514 6472 content: '\e913';
6515 6473 }
6516 6474
6517 -.frm-collapse-section svg {
6518 - fill: var(--primary-color);
6519 - transition: transform 0.2s ease-out, fill 0.2s ease-out;
6520 -}
6521 -
6522 -.frm-collapse-section:hover svg {
6523 - fill: var(--primary-700);
6524 -}
6525 -
6526 -.frm-section-collapsed .frm-collapse-section svg {
6527 - transform: rotate(-90deg);
6528 -}
6529 -
6530 6475 .open .widget-top .frm_arrow_right_icon:before {
6531 6476 content: '\e62a';
6532 6477 }
6533 6478
@@ -7555,14 +7500,8 @@
7555 7500 width: var(--text-md);
7556 7501 font-size: var(--text-md);
7557 7502 }
7558 7503
7559 -/* Standardize icon size for field buttons in the builder */
7560 -.field_type_list li.frmbutton .frmsvg {
7561 - width: var(--text-xl);
7562 - font-size: var(--text-xl);
7563 -}
7564 -
7565 7504 .frm_code_list i:before {
7566 7505 font-size: inherit;
7567 7506 }
7568 7507
@@ -7587,13 +7526,8 @@
7587 7526 padding: var(--gap-xs) var(--gap-sm) !important;
7588 7527 color: var(--grey-900) !important;
7589 7528 }
7590 7529
7591 -/* Adjust field button size to full width in builder */
7592 -#frm-insert-fields li a {
7593 - display: flex !important;
7594 -}
7595 -
7596 7530 .frmbutton.ui-draggable-dragging a {
7597 7531 border: 1px solid var(--grey-300);
7598 7532 box-shadow: var(--box-shadow-md);
7599 7533 }
@@ -8389,13 +8323,8 @@
8389 8323 p.howto {
8390 8324 display: inline-block;
8391 8325 }
8392 8326
8393 - /* Fix: Issue where the admin page content had extra white space to the left on small screens */
8394 - .auto-fold.frm-admin-page-styles:not(.frm-full-screen) .frm_page_container,
8395 - .auto-fold:not(.frm-full-screen) .frm_wrap .frm_page_container {
8396 - left: 36px;
8397 - }
8398 8327 }
8399 8328
8400 8329 @media only screen and (max-width: 850px) {
8401 8330 #frm_bs_dropdown {