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 +6 -11 6.36.10 View file →
@@ -159,8 +159,9 @@
159 159 .<?php echo esc_html( $style_class ); ?> .frm_pos_none{
160 160 display:none<?php echo esc_html( $important ); ?>;
161 161 }
162 162
163 +<?php if ( FrmAppHelper::pro_is_installed() ) : ?>
163 164 .<?php echo esc_html( $style_class ); ?> .frm_scale label{
164 165 <?php if ( ! empty( $check_weight ) ) { ?>
165 166 font-weight:<?php echo esc_html( $check_weight . $important ); ?>;
166 167 <?php } ?>
@@ -173,8 +174,9 @@
173 174 <?php if ( ! empty( $check_label_color ) ) { ?>
174 175 color:<?php echo esc_html( $check_label_color . $important ); ?>;
175 176 <?php } ?>
176 177 }
178 +<?php endif; ?>
177 179
178 180 /* These do not work if they are combined */
179 181 .<?php echo esc_html( $style_class ); ?> input::placeholder,
180 182 .<?php echo esc_html( $style_class ); ?> textarea::placeholder{
@@ -192,12 +194,8 @@
192 194 .<?php echo esc_html( $style_class ); ?> input:-ms-input-placeholder,
193 195 <?php echo esc_html( $style_class ); ?> textarea:-ms-input-placeholder{
194 196 color: <?php echo esc_html( $text_color_disabled . $important ); ?>;
195 197 }
196 -.<?php echo esc_html( $style_class ); ?> input:-moz-placeholder,
197 -.<?php echo esc_html( $style_class ); ?> textarea:-moz-placeholder{
198 - color: <?php echo esc_html( $text_color_disabled . $important ); ?>;
199 -}
200 198
201 199 .<?php echo esc_html( $style_class ); ?> .frm_default,
202 200 .<?php echo esc_html( $style_class ); ?> input.frm_default,
203 201 .<?php echo esc_html( $style_class ); ?> textarea.frm_default,
@@ -256,25 +254,22 @@
256 254 }
257 255 echo esc_html( $important );
258 256 ?>
259 257 ;
258 + <?php if ( '' !== $submit_border_width ) : ?>
260 259 border-width:<?php echo esc_html( $submit_border_width ); ?>;
260 + <?php endif; ?>
261 261 border-color: <?php echo esc_html( $submit_border_color . $important ); ?>;
262 262 border-style:solid;
263 263 color:<?php echo esc_html( $submit_text_color . $important ); ?>;
264 264 cursor:pointer;
265 265 font-weight:<?php echo esc_html( $submit_weight . $important ); ?>;
266 - -moz-border-radius:<?php echo esc_html( $submit_border_radius . $important ); ?>;
267 - -webkit-border-radius:<?php echo esc_html( $submit_border_radius . $important ); ?>;
268 266 border-radius:<?php echo esc_html( $submit_border_radius . $important ); ?>;
269 267 text-shadow:none;
270 268 padding:<?php echo esc_html( $submit_padding . $important ); ?>;
271 - -moz-box-sizing:border-box;
272 269 box-sizing:border-box;
273 270 -ms-box-sizing:border-box;
274 271 <?php if ( ! empty( $submit_shadow_color ) ) { ?>
275 - -moz-box-shadow:0 1px 1px <?php echo esc_html( $submit_shadow_color ); ?>;
276 - -webkit-box-shadow:0 1px 1px <?php echo esc_html( $submit_shadow_color ); ?>;
277 272 box-shadow:0 1px 1px <?php echo esc_html( $submit_shadow_color ); ?>;
278 273 <?php } ?>
279 274 margin:<?php echo esc_html( $submit_margin ); ?>;
280 275 <?php
@@ -341,10 +336,10 @@
341 336 max-width:<?php echo esc_html( $submit_width ); ?>;
342 337 <?php } ?>
343 338 }
344 339 <?php
345 - }
346 -}
340 + }//end if
341 +}//end if
347 342 ?>
348 343
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 {