@@ 771-773 (lines=3) @@ | ||
768 | $submit_button_styles = ''; |
|
769 | $email_field_styles = ''; |
|
770 | ||
771 | if ( isset( $instance['custom_background_button_color'] ) && 'undefined' !== $instance['custom_background_button_color'] ) { |
|
772 | $submit_button_styles .= 'background: ' . $instance['custom_background_button_color'] . '; '; |
|
773 | } |
|
774 | if ( isset( $instance['custom_text_button_color'] ) && 'undefined' !== $instance['custom_text_button_color'] ) { |
|
775 | $submit_button_styles .= 'color: ' . $instance['custom_text_button_color'] . '; '; |
|
776 | } |
|
@@ 774-776 (lines=3) @@ | ||
771 | if ( isset( $instance['custom_background_button_color'] ) && 'undefined' !== $instance['custom_background_button_color'] ) { |
|
772 | $submit_button_styles .= 'background: ' . $instance['custom_background_button_color'] . '; '; |
|
773 | } |
|
774 | if ( isset( $instance['custom_text_button_color'] ) && 'undefined' !== $instance['custom_text_button_color'] ) { |
|
775 | $submit_button_styles .= 'color: ' . $instance['custom_text_button_color'] . '; '; |
|
776 | } |
|
777 | ||
778 | if ( isset( $instance['custom_font_size'] ) && 'undefined' !== $instance['custom_font_size'] ) { |
|
779 | $style = 'font-size: ' . $instance['custom_font_size'] . 'px; '; |