| @@ -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 | } |