PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 5.0.10
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v5.0.10
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/_single_theme.css.php +9 -16 6.3.15.0.10 View file →
@@ -82,16 +82,15 @@
82 82 .<?php echo esc_html( $style_class ); ?> p.description,
83 83 .<?php echo esc_html( $style_class ); ?> div.description,
84 84 .<?php echo esc_html( $style_class ); ?> div.frm_description,
85 85 .<?php echo esc_html( $style_class ); ?> .frm-show-form > div.frm_description,
86 -.<?php echo esc_html( $style_class ); ?> .frm_error,
87 -.<?php echo esc_html( $style_class ); ?> .frm_pro_max_limit_desc{
86 +.<?php echo esc_html( $style_class ); ?> .frm_error{
88 87 <?php if ( ! empty( $description_margin ) ) { ?>
89 88 margin:<?php echo esc_html( $description_margin . $important ); ?>;
90 89 <?php } ?>
91 90 padding:0;
92 91 <?php if ( ! empty( $font ) ) { ?>
93 - font-family:<?php echo FrmAppHelper::kses( $font . $important ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>;
92 + font-family:<?php echo FrmAppHelper::kses( $font . $important ); // WPCS: XSS ok. ?>;
94 93 <?php } ?>
95 94 <?php if ( ! empty( $description_font_size ) ) { ?>
96 95 font-size:<?php echo esc_html( $description_font_size . $important ); ?>;
97 96 <?php } ?>
@@ -164,9 +163,9 @@
164 163 <?php if ( ! empty( $check_weight ) ) { ?>
165 164 font-weight:<?php echo esc_html( $check_weight . $important ); ?>;
166 165 <?php } ?>
167 166 <?php if ( ! empty( $font ) ) { ?>
168 - font-family:<?php echo FrmAppHelper::kses( $font . $important ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>;
167 + font-family:<?php echo FrmAppHelper::kses( $font . $important ); // WPCS: XSS ok. ?>;
169 168 <?php } ?>
170 169 <?php if ( ! empty( $check_font_size ) ) { ?>
171 170 font-size:<?php echo esc_html( $check_font_size . $important ); ?>;
172 171 <?php } ?>
@@ -186,9 +185,8 @@
186 185 }
187 186 .<?php echo esc_html( $style_class ); ?> input::-moz-placeholder,
188 187 .<?php echo esc_html( $style_class ); ?> textarea::-moz-placeholder{
189 188 color: <?php echo esc_html( $text_color_disabled . $important ); ?>;
190 - opacity: 1;
191 189 }
192 190 .<?php echo esc_html( $style_class ); ?> input:-ms-input-placeholder,
193 191 <?php echo esc_html( $style_class ); ?> textarea:-ms-input-placeholder{
194 192 color: <?php echo esc_html( $text_color_disabled . $important ); ?>;
@@ -223,12 +221,10 @@
223 221 .<?php echo esc_html( $style_class ); ?> .chosen-container-single.chosen-container-active .chosen-single,
224 222 .<?php echo esc_html( $style_class ); ?> .chosen-container-active .chosen-choices{
225 223 background-color:<?php echo esc_html( $bg_color_active . $important ); ?>;
226 224 border-color:<?php echo esc_html( $border_color_active . $important ); ?>;
227 - color: var(--text-color);
228 225 <?php if ( isset( $remove_box_shadow_active ) && $remove_box_shadow_active ) { ?>
229 226 box-shadow:none;
230 - outline: none;
231 227 <?php } else { ?>
232 228 box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(<?php echo esc_html( FrmStylesHelper::hex2rgb( $border_color_active ) ); ?>, 0.6);
233 229 <?php } ?>
234 230 }
@@ -241,9 +237,9 @@
241 237 .frm_form_submit_style,
242 238 .<?php echo esc_html( $style_class ); ?> .frm-edit-page-btn {
243 239 width:<?php echo esc_html( ( $submit_width == '' ? 'auto' : $submit_width ) . $important ); ?>;
244 240 <?php if ( ! empty( $font ) ) { ?>
245 - font-family:<?php echo FrmAppHelper::kses( $font ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>;
241 + font-family:<?php echo FrmAppHelper::kses( $font ); // WPCS: XSS ok. ?>;
246 242 <?php } ?>
247 243 font-size:<?php echo esc_html( $submit_font_size . $important ); ?>;
248 244 height:<?php echo esc_html( $submit_height . $important ); ?>;
249 245 line-height:normal<?php echo esc_html( $important ); ?>;
@@ -314,9 +310,8 @@
314 310 .<?php echo esc_html( $style_class ); ?> .frm_submit button:active{
315 311 background: <?php echo esc_html( $submit_active_bg_color . $important ); ?>;
316 312 border-color: <?php echo esc_html( $submit_active_border_color . $important ); ?>;
317 313 color: <?php echo esc_html( $submit_active_color . $important ); ?>;
318 - outline: none;
319 314 }
320 315
321 316 .<?php echo esc_html( $style_class ); ?> .frm_loading_prev .frm_prev_page,
322 317 .<?php echo esc_html( $style_class ); ?> .frm_loading_prev .frm_prev_page:hover,
@@ -349,9 +344,9 @@
349 344 .<?php echo esc_html( $style_class ); ?>.frm_inline_top .frm_submit::before,
350 345 .<?php echo esc_html( $style_class ); ?> .frm_submit.frm_inline_submit::before {
351 346 content:"before";
352 347 <?php if ( ! empty( $font ) ) { ?>
353 - font-family:<?php echo FrmAppHelper::kses( $font ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>;
348 + font-family:<?php echo FrmAppHelper::kses( $font ); // WPCS: XSS ok. ?>;
354 349 <?php } ?>
355 350 font-size:<?php echo esc_html( $font_size . $important ); ?>;
356 351 color:<?php echo esc_html( $label_color . $important ); ?>;
357 352 font-weight:<?php echo esc_html( $weight . $important ); ?>;
@@ -370,9 +365,9 @@
370 365 }
371 366
372 367 .<?php echo esc_html( $style_class ); ?> #frm_field_cptch_number_container{
373 368 <?php if ( ! empty( $font ) ) { ?>
374 - font-family:<?php echo FrmAppHelper::kses( $font ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>;
369 + font-family:<?php echo FrmAppHelper::kses( $font ); // WPCS: XSS ok. ?>;
375 370 <?php } ?>
376 371 font-size:<?php echo esc_html( $font_size . $important ); ?>;
377 372 color:<?php echo esc_html( $label_color . $important ); ?>;
378 373 font-weight:<?php echo esc_html( $weight . $important ); ?>;
@@ -386,9 +381,9 @@
386 381 .<?php echo esc_html( $style_class ); ?> .frm_blank_field input[type=number],
387 382 .<?php echo esc_html( $style_class ); ?> .frm_blank_field input[type=email],
388 383 .<?php echo esc_html( $style_class ); ?> .frm_blank_field textarea,
389 384 .<?php echo esc_html( $style_class ); ?> .frm_blank_field .mce-edit-area iframe,
390 -.<?php echo esc_html( $style_class ); ?> .frm_blank_field select:not(.ui-datepicker-month):not(.ui-datepicker-year),
385 +.<?php echo esc_html( $style_class ); ?> .frm_blank_field select,
391 386 .frm_form_fields_error_style,
392 387 .<?php echo esc_html( $style_class ); ?> .frm_blank_field .frm-g-recaptcha iframe,
393 388 .<?php echo esc_html( $style_class ); ?> .frm_blank_field .g-recaptcha iframe,
394 389 .<?php echo esc_html( $style_class ); ?> .frm_blank_field .frm-card-element.StripeElement,
@@ -405,16 +400,14 @@
405 400 .<?php echo esc_html( $style_class ); ?> .frm_blank_field .sigWrapper{
406 401 border-color:<?php echo esc_html( $border_color_error ); ?> !important;
407 402 }
408 403
409 -.<?php echo esc_html( $style_class ); ?> .frm_error,
410 -.<?php echo esc_html( $style_class ); ?> .frm_limit_error{
404 +.<?php echo esc_html( $style_class ); ?> .frm_error{
411 405 font-weight:<?php echo esc_html( $weight . $important ); ?>;
412 406 }
413 407
414 408 .<?php echo esc_html( $style_class ); ?> .frm_blank_field label,
415 -.<?php echo esc_html( $style_class ); ?> .frm_error,
416 -.<?php echo esc_html( $style_class ); ?> .frm_limit_error{
409 +.<?php echo esc_html( $style_class ); ?> .frm_error{
417 410 color:<?php echo esc_html( $border_color_error . $important ); ?>;
418 411 }
419 412
420 413 .<?php echo esc_html( $style_class ); ?> .frm_error_style{