PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 6.21
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v6.21
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 +5 -10 6.306.21 View file →
@@ -43,15 +43,14 @@
43 43 }
44 44
45 45 .frm-block-intro-content .dashicons-feedback,
46 46 .frm-block-intro-content .frm_white_label_icon {
47 - width: 120px;
48 - height: 120px;
47 + width:120px;
48 + height:120px;
49 49 }
50 -
51 -.frm-block-intro-content .dashicons-feedback::before,
52 -.frm-block-intro-content .frm_white_label_icon::before {
53 - font-size: 120px;
50 +.frm-block-intro-content .dashicons-feedback:before,
51 +.frm-block-intro-content .frm_white_label_icon:before {
52 + font-size:120px;
54 53 }
55 54
56 55 .frm-block-selector-screen {
57 56 margin-bottom: 15px;
@@ -63,9 +62,8 @@
63 62
64 63 .frm-view-filter-component label {
65 64 font-weight: 600;
66 65 }
67 -
68 66 .frm-view-filter-component .components-radio-control__option {
69 67 flex-wrap: wrap;
70 68 }
71 69
@@ -77,18 +75,15 @@
77 75 width: 200px;
78 76 }
79 77
80 78 .editor-styles-wrapper .frm_repeat_buttons i {
81 -
82 79 /* Avoid font-style: italic conflicts. The +/- icon should not be italic */
83 80 font-style: unset;
84 81 }
85 82
86 83 .editor-styles-wrapper .wp-block-post-content .with_frm_style .frm_repeat_buttons .frm_button {
87 -
88 84 /* Prevent blue anchor text in Add/Remove buttons */
89 85 color: var(--submit-text-color) !important;
90 -
91 86 /* Ensure consistent background color on focus for Add/Remove buttons */
92 87 background: var(--submit-bg-color) !important;
93 88 }
94 89