PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 6.11
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v6.11
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 -49 6.46.11 View file →
@@ -32,44 +32,8 @@
32 32 text-align:center;
33 33 }
34 34 <?php } ?>
35 35
36 -<?php if ( ! empty( $label_color ) ) { ?>
37 -.<?php echo esc_html( $style_class ); ?> .frm_icon_font{
38 - color:<?php echo esc_html( $label_color . $important ); ?>;
39 -}
40 -<?php } ?>
41 -
42 -.<?php echo esc_html( $style_class ); ?> .frm_icon_font.frm_minus_icon:before{
43 - content:"\e<?php echo esc_html( isset( $minus_icons[ $repeat_icon ] ) ? $minus_icons[ $repeat_icon ]['-'] : $minus_icons[1]['-'] ); ?>";
44 -}
45 -
46 -.<?php echo esc_html( $style_class ); ?> .frm_icon_font.frm_plus_icon:before{
47 - content:"\e<?php echo esc_html( isset( $minus_icons[ $repeat_icon ] ) ? $minus_icons[ $repeat_icon ]['+'] : $minus_icons[1]['+'] ); ?>";
48 -}
49 -
50 -.<?php echo esc_html( $style_class ); ?> .frm_icon_font.frm_minus_icon:before,
51 -.<?php echo esc_html( $style_class ); ?> .frm_icon_font.frm_plus_icon:before{
52 - <?php if ( ! empty( $submit_text_color ) ) { ?>
53 - color:<?php echo esc_html( $submit_text_color . $important ); ?>;
54 - <?php } ?>
55 - vertical-align:middle;
56 -}
57 -
58 -.<?php echo esc_html( $style_class ); ?> .frm_trigger.active .frm_icon_font.frm_arrow_icon:before{
59 - content:"\e<?php echo esc_html( isset( $arrow_icons[ $collapse_icon ] ) ? $arrow_icons[ $collapse_icon ]['-'] : $arrow_icons[1]['-'] ); ?>";
60 - <?php if ( ! empty( $section_color ) ) { ?>
61 - color:<?php echo esc_html( $section_color . $important ); ?>;
62 - <?php } ?>
63 -}
64 -
65 -.<?php echo esc_html( $style_class ); ?> .frm_trigger .frm_icon_font.frm_arrow_icon:before{
66 - content:"\e<?php echo esc_html( isset( $arrow_icons[ $collapse_icon ] ) ? $arrow_icons[ $collapse_icon ]['+'] : $arrow_icons[1]['+'] ); ?>";
67 - <?php if ( ! empty( $section_color ) ) { ?>
68 - color:<?php echo esc_html( $section_color . $important ); ?>;
69 - <?php } ?>
70 -}
71 -
72 36 <?php if ( ! empty( $field_margin ) ) { ?>
73 37 .<?php echo esc_html( $style_class ); ?> .form-field{
74 38 margin-bottom:<?php echo esc_html( $field_margin . $important ); ?>;
75 39 }
@@ -187,9 +151,8 @@
187 151 color: <?php echo esc_html( $text_color_disabled . $important ); ?>;
188 152 }
189 153 .<?php echo esc_html( $style_class ); ?> input::-moz-placeholder,
190 154 .<?php echo esc_html( $style_class ); ?> textarea::-moz-placeholder{
191 - color: <?php echo esc_html( $text_color_disabled . $important ); ?>;
192 155 opacity: 1;
193 156 }
194 157 .<?php echo esc_html( $style_class ); ?> input:-ms-input-placeholder,
195 158 <?php echo esc_html( $style_class ); ?> textarea:-ms-input-placeholder{
@@ -194,12 +157,8 @@
194 157 .<?php echo esc_html( $style_class ); ?> input:-ms-input-placeholder,
195 158 <?php echo esc_html( $style_class ); ?> textarea:-ms-input-placeholder{
196 159 color: <?php echo esc_html( $text_color_disabled . $important ); ?>;
197 160 }
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 161
203 162 .<?php echo esc_html( $style_class ); ?> .frm_default,
204 163 .<?php echo esc_html( $style_class ); ?> input.frm_default,
205 164 .<?php echo esc_html( $style_class ); ?> textarea.frm_default,
@@ -258,25 +217,21 @@
258 217 }
259 218 echo esc_html( $important );
260 219 ?>
261 220 ;
221 + <?php if ( '' !== $submit_border_width ) : ?>
262 222 border-width:<?php echo esc_html( $submit_border_width ); ?>;
223 + <?php endif; ?>
263 224 border-color: <?php echo esc_html( $submit_border_color . $important ); ?>;
264 225 border-style:solid;
265 226 color:<?php echo esc_html( $submit_text_color . $important ); ?>;
266 227 cursor:pointer;
267 228 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 229 border-radius:<?php echo esc_html( $submit_border_radius . $important ); ?>;
271 230 text-shadow:none;
272 231 padding:<?php echo esc_html( $submit_padding . $important ); ?>;
273 - -moz-box-sizing:border-box;
274 232 box-sizing:border-box;
275 - -ms-box-sizing:border-box;
276 233 <?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 234 box-shadow:0 1px 1px <?php echo esc_html( $submit_shadow_color ); ?>;
280 235 <?php } ?>
281 236 margin:<?php echo esc_html( $submit_margin ); ?>;
282 237 <?php
@@ -343,10 +298,10 @@
343 298 max-width:<?php echo esc_html( $submit_width ); ?>;
344 299 <?php } ?>
345 300 }
346 301 <?php
347 - }
348 -}
302 + }//end if
303 +}//end if
349 304 ?>
350 305
351 306 .<?php echo esc_html( $style_class ); ?>.frm_inline_top .frm_submit::before,
352 307 .<?php echo esc_html( $style_class ); ?> .frm_submit.frm_inline_submit::before {