PluginProbe
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services / 8.3.2
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services v8.3.2
8.7.8 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 All 534 releases
← All changes | css/admin-style.css +2 -143 8.5.38.3.2 View file →
@@ -11,11 +11,11 @@
11 11 .wp-chatbot-wrap .fa{
12 12 font: normal normal normal 14px / 1 FontAwesome !important;
13 13 }
14 14
15 -/* .chatbot-wpbot-lite_page_wpbot, .chatbot-wpbot-lite_page_wpbot_help_page, .chatbot-wpbot-lite_page_wpbot_openAi, .toplevel_page_wpbot-panel{
15 +.chatbot-wpbot-lite_page_wpbot, .chatbot-wpbot-lite_page_wpbot_help_page, .chatbot-wpbot-lite_page_wpbot_openAi, .toplevel_page_wpbot-panel{
16 16 background-color: #F5F7FD;
17 -} */
17 +}
18 18
19 19 .qcld-main-wrapper .h1,
20 20 .qcld-main-wrapper .h2,
21 21 .qcld-main-wrapper .h3,
@@ -2746,146 +2746,5 @@
2746 2746
2747 2747 .cxsc-settings-blocks.cxsc-settings-blocks-style .radio-inline input[type=radio] {
2748 2748 width: 1.5rem;
2749 2749 height: 1.5rem;
2750 -}
2751 -
2752 -button#rag-docx-submit, button#rag-migrate-btn, button#rag-media-docx-btn, button#qcld-rag-list-docx-btn, button#rag-media-pdf-btn, button#qcld-rag-list-pdf-btn {
2753 - padding: 8px 15px;
2754 - width: auto;
2755 - font-size: 16px;
2756 - font-weight: 500;
2757 - color: #988FBD;
2758 - border-radius: 8px;
2759 - position: relative;
2760 - display: inline-block;
2761 - align-items: center;
2762 - gap: 15px;
2763 - background: #5B4E96;
2764 - color: #ffffff;
2765 - text-decoration: none;
2766 - border-color: #5b4e96 !important;
2767 - line-height: normal;
2768 -}
2769 -
2770 -
2771 -button#botmaster_submit_googlesheet_btn, button#botmaster_submit_googledoc_btn {
2772 - background: #5B4E96;
2773 - border-color: #5B4E96;
2774 -}
2775 -
2776 -.wpbot-wizard-field select#wizard_ai_provider {
2777 - background: transparent;
2778 - color: #fff;
2779 - width: 100%;
2780 - display: block;
2781 - max-width: unset;
2782 -}
2783 -.wpbot-wizard-field select#wizard_ai_provider:hover {
2784 - border-color: #5b4e96;
2785 - color: #5b4e96;
2786 - box-shadow: 0 0 0 1px #5b4e96;
2787 -}
2788 -div#wizard_api_key_container input#wizard_api_key {
2789 - background: transparent;
2790 - color: #fff;
2791 -}
2792 -
2793 -
2794 -
2795 -div#collapseTwoControl input[type=radio]:checked::before {
2796 - background-color: #5b4e96;
2797 -}
2798 -
2799 -.nav-tab-wrapper.sld_nav_container.wppt_nav_container.qcld_help_wppt_nav_container{
2800 - width: 320px !important;
2801 - gap: 0;
2802 -}
2803 -div#rag-settings tbody#rag-knowledge-base-list tr td button {
2804 - padding: 6px 20px;
2805 - font-weight: bold;
2806 - font-size: 12px;
2807 -}
2808 -div#rag-settings tbody#rag-knowledge-base-list tr td button.button.button-small.button-link-delete.rag-delete-doc{
2809 - background: #d14529;
2810 - color: #fff;
2811 - border-color: #d14529;
2812 -}
2813 -
2814 -button#ai-knowledge-base-tab {
2815 - animation: pulse 2s infinite;
2816 -}
2817 -
2818 -@keyframes pulse {
2819 - 0% {
2820 - transform: scale(1);
2821 - }
2822 - 50% {
2823 - transform: scale(1.05);
2824 - }
2825 - 100% {
2826 - transform: scale(1);
2827 - }
2828 -}
2829 -footer.wp-chatbot-admin-footer input#submit {
2830 - background: #5b4e96;
2831 - padding: 12px 30px;
2832 -}
2833 -footer.wp-chatbot-admin-footer {
2834 - padding: 0 20px 20px 20px;
2835 - margin: 0 20px;
2836 -}
2837 -.qcld-wp-chatbot-wrap-header_inn a.button.page-title-action {
2838 - padding: 8px 15px;
2839 - background: #ffffff;
2840 - color: #5B4E96;
2841 - border: 2px solid #5B4E96;
2842 - border-radius: 6px;
2843 - font-weight: bold;
2844 - position: absolute;
2845 - top: 30px;
2846 - left: 280px;
2847 - line-height: normal;
2848 - min-height: unset;
2849 -}
2850 -.qcld-wp-chatbot-wrap-header_inn a.button.page-title-action:hover {
2851 - padding: 8px 15px;
2852 - background: #5B4E96;
2853 - color: #fff;
2854 - border: 2px solid #5B4E96;
2855 - border-radius: 6px;
2856 - font-weight: bold;
2857 - position: absolute;
2858 - top: 31px;
2859 - left: 280px;
2860 -}
2861 -
2862 -.qcld-session-history_menu_box .btn.btn-primary {
2863 - background: #564a8e !important;
2864 - color: #fff !important;
2865 -}
2866 -.qcld-session-history_menu_box a.btn.btn-success {
2867 - padding: 8px 24px;
2868 - width: auto;
2869 - font-size: 15px;
2870 - font-weight: 500;
2871 - border-radius: 8px;
2872 - position: relative;
2873 - background: #ffffff;
2874 - color: #564a8e;
2875 - text-decoration: none;
2876 - line-height: normal;
2877 - border: 2px solid #564a8e;
2878 -}
2879 -.qcld-session-history_menu_box a.btn.btn-success:hover {
2880 - padding: 8px 24px;
2881 - width: auto;
2882 - font-size: 15px;
2883 - font-weight: 500;
2884 - border-radius: 8px;
2885 - position: relative;
2886 - background: #564a8e;
2887 - color: #fff;
2888 - text-decoration: none;
2889 - line-height: normal;
2890 - border: 2px solid #564a8e;
2891 2750 }