PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 6.19
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v6.19
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/admin/style.css +11 -1 6.266.19 View file →
@@ -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 }