PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 6.10
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v6.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 +4 -11 6.46.10 View file →
@@ -194,12 +194,8 @@
194 194 .<?php echo esc_html( $style_class ); ?> input:-ms-input-placeholder,
195 195 <?php echo esc_html( $style_class ); ?> textarea:-ms-input-placeholder{
196 196 color: <?php echo esc_html( $text_color_disabled . $important ); ?>;
197 197 }
198 -.<?php echo esc_html( $style_class ); ?> input:-moz-placeholder,
199 -.<?php echo esc_html( $style_class ); ?> textarea:-moz-placeholder{
200 - color: <?php echo esc_html( $text_color_disabled . $important ); ?>;
201 -}
202 198
203 199 .<?php echo esc_html( $style_class ); ?> .frm_default,
204 200 .<?php echo esc_html( $style_class ); ?> input.frm_default,
205 201 .<?php echo esc_html( $style_class ); ?> textarea.frm_default,
@@ -258,25 +254,22 @@
258 254 }
259 255 echo esc_html( $important );
260 256 ?>
261 257 ;
258 + <?php if ( '' !== $submit_border_width ) : ?>
262 259 border-width:<?php echo esc_html( $submit_border_width ); ?>;
260 + <?php endif; ?>
263 261 border-color: <?php echo esc_html( $submit_border_color . $important ); ?>;
264 262 border-style:solid;
265 263 color:<?php echo esc_html( $submit_text_color . $important ); ?>;
266 264 cursor:pointer;
267 265 font-weight:<?php echo esc_html( $submit_weight . $important ); ?>;
268 - -moz-border-radius:<?php echo esc_html( $submit_border_radius . $important ); ?>;
269 - -webkit-border-radius:<?php echo esc_html( $submit_border_radius . $important ); ?>;
270 266 border-radius:<?php echo esc_html( $submit_border_radius . $important ); ?>;
271 267 text-shadow:none;
272 268 padding:<?php echo esc_html( $submit_padding . $important ); ?>;
273 - -moz-box-sizing:border-box;
274 269 box-sizing:border-box;
275 270 -ms-box-sizing:border-box;
276 271 <?php if ( ! empty( $submit_shadow_color ) ) { ?>
277 - -moz-box-shadow:0 1px 1px <?php echo esc_html( $submit_shadow_color ); ?>;
278 - -webkit-box-shadow:0 1px 1px <?php echo esc_html( $submit_shadow_color ); ?>;
279 272 box-shadow:0 1px 1px <?php echo esc_html( $submit_shadow_color ); ?>;
280 273 <?php } ?>
281 274 margin:<?php echo esc_html( $submit_margin ); ?>;
282 275 <?php
@@ -343,10 +336,10 @@
343 336 max-width:<?php echo esc_html( $submit_width ); ?>;
344 337 <?php } ?>
345 338 }
346 339 <?php
347 - }
348 -}
340 + }//end if
341 +}//end if
349 342 ?>
350 343
351 344 .<?php echo esc_html( $style_class ); ?>.frm_inline_top .frm_submit::before,
352 345 .<?php echo esc_html( $style_class ); ?> .frm_submit.frm_inline_submit::before {