| @@ -27,12 +27,8 @@ | ||
| 27 | 27 | margin-bottom: 12px; |
| 28 | 28 | color: #4d4d4d; |
| 29 | 29 | } |
| 30 | 30 | |
| 31 | -.frm-block-intro-content select + span svg { | |
| 32 | - margin: unset; | |
| 33 | -} | |
| 34 | - | |
| 35 | 31 | .editor-styles-wrapper h2.frm-block-title { |
| 36 | 32 | color: #4d4d4d; |
| 37 | 33 | font-weight: 500; |
| 38 | 34 | font-size: 1.3em; |
| @@ -63,22 +59,5 @@ | ||
| 63 | 59 | } |
| 64 | 60 | |
| 65 | 61 | .frm-admin-loading { |
| 66 | 62 | width: 200px; |
| 67 | -} | |
| 68 | - | |
| 69 | -.editor-styles-wrapper .frm_repeat_buttons i { | |
| 70 | - /* Avoid font-style: italic conflicts. The +/- icon should not be italic */ | |
| 71 | - font-style: unset; | |
| 72 | -} | |
| 73 | - | |
| 74 | -.editor-styles-wrapper .wp-block-post-content .with_frm_style .frm_repeat_buttons .frm_button { | |
| 75 | - /* Prevent blue anchor text in Add/Remove buttons */ | |
| 76 | - color: var(--submit-text-color) !important; | |
| 77 | - /* Ensure consistent background color on focus for Add/Remove buttons */ | |
| 78 | - background: var(--submit-bg-color) !important; | |
| 79 | -} | |
| 80 | - | |
| 81 | -/* Disables all interactions with form fields */ | |
| 82 | -.editor-styles-wrapper .frm_form_fields * { | |
| 83 | - pointer-events: none; | |
| 84 | 63 | } |