| @@ -97,9 +97,9 @@ | ||
| 97 | 97 | $inner_message_id_attr = ''; |
| 98 | 98 | } |
| 99 | 99 | |
| 100 | 100 | |
| 101 | - $notice_hide = '<a style="background: #fff;border-radius: 7px;margin: 10px 0 0 30px;float: right;font-weight: 600;text-decoration: underline;" title="' . esc_js( __( "Hide", 'booking' ) ) . '" href="javascript:void(0)" onclick="javascript:jQuery(this).parent().parent().fadeOut( 500 );">' . esc_html( __( 'Hide', 'booking' ) ) . '</a>'; | |
| 101 | + $notice_hide = '<a style="border-radius: 7px;margin: 10px 0 0 30px;float: right;font-weight: 600;text-decoration: underline;" title="' . esc_js( __( "Hide", 'booking' ) ) . '" href="javascript:void(0)" onclick="javascript:jQuery(this).parent().parent().fadeOut( 500 );">' . esc_html( __( 'Hide', 'booking' ) ) . '</a>'; | |
| 102 | 102 | $wpbc_metabox_id = 'wpbc_message_update_free_to_paid'; |
| 103 | 103 | |
| 104 | 104 | ob_start(); |
| 105 | 105 | $is_panel_visible = wpbc_is_dismissed( $wpbc_metabox_id, array( |
| @@ -105,9 +105,9 @@ | ||
| 105 | 105 | $is_panel_visible = wpbc_is_dismissed( $wpbc_metabox_id, array( |
| 106 | 106 | 'title' => __( 'Dismiss', 'booking' ), // ' <i class="menu_icon icon-1x wpbc_icn_close"></i> ', // ×. |
| 107 | 107 | 'hint' => __( 'Dismiss Forever', 'booking' ), |
| 108 | 108 | 'class' => 'wpbc_message_update_free_to_paid', |
| 109 | - 'css' => 'background: #fff;border-radius: 7px;margin: 10px 0 0 30px;text-decoration: underline;', | |
| 109 | + 'css' => 'border-radius: 7px;margin: 10px 0 0 30px;text-decoration: underline;', | |
| 110 | 110 | ) ); |
| 111 | 111 | ?> |
| 112 | 112 | <script type="text/javascript"> |
| 113 | 113 | jQuery( '#<?php echo esc_js( $wpbc_metabox_id ); ?> .wpbc_message_update_free_to_paid' ).on( 'click', function (event) { |