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