| @@ -223,9 +223,18 @@ | ||
| 223 | 223 | /* The long "Reset to defaults" option name requires extra space. There's normally a 160px min-width. */ |
| 224 | 224 | min-width: 200px; |
| 225 | 225 | } |
| 226 | 226 | |
| 227 | -#frm_style_preview .with_frm_style :not(.ui-datepicker-title) > select:not(.flatpickr-monthDropdown-months) { | |
| 227 | +/* | |
| 228 | +Do not set this for frm_inside_container as it requires a custom line height value. | |
| 229 | +Target .frm_primary_label so we avoid other labels like star rating stars. | |
| 230 | +Time fields use a div instead of a label, so don't target by the primary label by tag type. | |
| 231 | +*/ | |
| 232 | +#frm_style_preview .frm_form_field:not(.frm_inside_container) > .frm_primary_label { | |
| 233 | + line-height: var(--line-height); | |
| 234 | +} | |
| 235 | + | |
| 236 | +#frm_style_preview .with_frm_style :not(.ui-datepicker-title) > select { | |
| 228 | 237 | /* Prevent back end styles from shrinking dropdowns. But leave datepicker dropdowns alone. */ |
| 229 | 238 | width: var(--auto-width); |
| 230 | 239 | max-width: 100%; |
| 231 | 240 | } |
| @@ -349,8 +358,9 @@ | ||
| 349 | 358 | } |
| 350 | 359 | |
| 351 | 360 | #frm_loading_style_placeholder, |
| 352 | 361 | #frm_style_preview.frm-loading-style-template .frm_forms, |
| 362 | +#frm_default_style_cards_wrapper .dropdown-item.frm-apply-style, | |
| 353 | 363 | .frm-currently-set-style-card .dropdown-item.frm-apply-style |
| 354 | 364 | { |
| 355 | 365 | display: none; |
| 356 | 366 | } |
| @@ -502,10 +512,11 @@ | ||
| 502 | 512 | } |
| 503 | 513 | .frm-right-panel .open.accordion-section { |
| 504 | 514 | border-bottom: 1px solid var(--grey-300); |
| 505 | 515 | } |
| 516 | +#frm_view_editor_left.frm-right-panel .accordion-section-title, | |
| 506 | 517 | .frm-right-panel h3.accordion-section-title { |
| 507 | - padding: 17px 15px !important; | |
| 518 | + padding: 17px 15px; | |
| 508 | 519 | background: transparent; |
| 509 | 520 | line-height: var(--leading); |
| 510 | 521 | color: var(--grey-500); |
| 511 | 522 | font-size: var(--text-md); |