| @@ -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 { |