PluginProbe
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services / 8.7.7
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services v8.7.7
8.7.7 8.7.6 8.7.5 8.7.4 8.7.3 8.7.2 8.7.1 8.7.0 8.6.9 8.6.8 8.6.7 8.6.6 8.6.5 8.6.4 8.6.2 8.6.1 8.6.0 8.5.9 8.5.8 8.5.7 8.5.6 8.5.5 8.5.4 8.5.3 8.5.2 All 533 releases
← All changes | admin_ui.php +8 -8 8.7.68.7.7 View file →
@@ -603,11 +603,11 @@
603 603 flex-direction: column;
604 604 position: relative;
605 605 }
606 606 .wpbot-checkbox-card input[type="checkbox"]:checked + .card-body {
607 - border-color: #5b4e96;
607 + border-color: var(--woobot-primary);
608 608 background: #eff6ff;
609 - box-shadow: 0 0 0 1px #5b4e96, 0 8px 24px rgba(37, 99, 235, 0.15);
609 + box-shadow: 0 0 0 1px var(--woobot-primary), 0 8px 24px rgba(37, 99, 235, 0.15);
610 610 }
611 611 .wpbot-checkbox-card .check-icon {
612 612 position: absolute;
613 613 top: 30px;
@@ -623,10 +623,10 @@
623 623 transition: all 0.2s ease;
624 624 z-index: 2;
625 625 }
626 626 .wpbot-checkbox-card input[type="checkbox"]:checked + .card-body .check-icon {
627 - background: #5b4e96;
628 - border-color: #5b4e96;
627 + background: var(--woobot-primary);
628 + border-color: var(--woobot-primary);
629 629 }
630 630 .wpbot-checkbox-card .check-icon svg {
631 631 width: 14px;
632 632 height: 14px;
@@ -654,9 +654,9 @@
654 654 }
655 655 .wpbot-checkbox-card input[type="checkbox"]:checked + .card-body .icon-wrapper {
656 656 border-color: #e0e7ff;
657 657 background: #f0fdf4;
658 - color: #5b4e96;
658 + color: var(--woobot-primary);
659 659 }
660 660 .wpbot-checkbox-card h4 {
661 661 margin: 0 0 8px 0 !important;
662 662 font-size: 16px !important;
@@ -725,9 +725,9 @@
725 725 </div>
726 726 <div class="wpbot-cards-grid-divider"> </div>
727 727 <div class="wpbot-cards-grid">
728 728 <label class="wpbot-checkbox-card">
729 - <span class="pro-badge" style="display:inline-block; padding:2px 8px; background:#5B4E96; color:#fff; border-radius:20px; font-size:9px; font-weight:bold; text-transform:uppercase; vertical-align:middle;position: relative;top: 10px;z-index: 999;">PRO</span>
729 + <span class="pro-badge" style="display:inline-block; padding:2px 8px; background:var(--woobot-primary); color:#fff; border-radius:20px; font-size:9px; font-weight:bold; text-transform:uppercase; vertical-align:middle;position: relative;top: 10px;z-index: 999;">PRO</span>
730 730 <input value="1" id="skip_wp_greetings_trigger_intent" type="checkbox" name="skip_wp_greetings_trigger_intent" disabled />
731 731 <div class="card-body">
732 732 <div class="check-icon"><svg viewBox="0 0 14 14"><path d="M4 7.2L6.2 9.4L10 5" /></svg></div>
733 733 <div class="icon-wrapper"><i class="dashicons dashicons-controls-skipforward" style="font-size:24px;width:24px;height:24px;"></i></div>
@@ -734,9 +734,9 @@
734 734 <h4><?php echo esc_html__("Skip Greetings and Trigger an Intent", 'chatbot'); ?> </h4>
735 735 <p><?php echo esc_html__("Skip Asking for Name and Trigger an Intent", 'chatbot'); ?></p>
736 736 <div class="qc_wp_intent_select_container" style="margin-top: 10px; ">
737 737 <div style="margin-bottom: 8px;">
738 - <label style="font-weight: 600; font-size: 13px; color: #5b4e96; display: block; margin-bottom: 4px;"><?php esc_html_e('Select an Intent for non logged in user', 'chatbot'); ?></label>
738 + <label style="font-weight: 600; font-size: 13px; color: var(--woobot-primary); display: block; margin-bottom: 4px;"><?php esc_html_e('Select an Intent for non logged in user', 'chatbot'); ?></label>
739 739 <select name="qlcd_wp_chatbot_intent_for_non_logged_in_user" id="qlcd_wp_chatbot_intent_for_non_logged_in_user" style="width: 100%; max-width: 250px;" disabled>
740 740 <option value=""><?php esc_html_e('Select Intent', 'chatbot'); ?></option>
741 741
742 742 </select>
@@ -741,9 +741,9 @@
741 741
742 742 </select>
743 743 </div>
744 744 <div>
745 - <label style="font-weight: 600; font-size: 13px; color: #5b4e96; display: block; margin-bottom: 4px;"><?php esc_html_e('Select an Intent for Logged in User', 'chatbot'); ?></label>
745 + <label style="font-weight: 600; font-size: 13px; color: var(--woobot-primary); display: block; margin-bottom: 4px;"><?php esc_html_e('Select an Intent for Logged in User', 'chatbot'); ?></label>
746 746 <select name="qlcd_wp_chatbot_intent_for_logged_in_user" id="qlcd_wp_chatbot_intent_for_logged_in_user" style="width: 100%; max-width: 250px;" disabled>
747 747 <option value=""><?php esc_html_e('Select Intent', 'chatbot'); ?></option>
748 748 </select>
749 749 </div>