PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 6.7
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v6.7
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_blocks.css +15 -0 6.36.7 View file →
@@ -45,8 +45,18 @@
45 45 .frm-block-intro-content .cls-1.orange {
46 46 fill: #f05a24;
47 47 }
48 48
49 +.frm-block-intro-content .dashicons-feedback,
50 +.frm-block-intro-content .frm_white_label_icon {
51 + width:120px;
52 + height:120px;
53 +}
54 +.frm-block-intro-content .dashicons-feedback:before,
55 +.frm-block-intro-content .frm_white_label_icon:before {
56 + font-size:120px;
57 +}
58 +
49 59 .frm-block-selector-screen {
50 60 margin-bottom: 15px;
51 61 }
52 62
@@ -75,5 +85,10 @@
75 85 /* Prevent blue anchor text in Add/Remove buttons */
76 86 color: var(--submit-text-color) !important;
77 87 /* Ensure consistent background color on focus for Add/Remove buttons */
78 88 background: var(--submit-bg-color) !important;
89 +}
90 +
91 +/* Disables all interactions with form fields */
92 +.editor-styles-wrapper .frm_form_fields * {
93 + pointer-events: none;
79 94 }