| @@ -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, |
| @@ -2361,56 +2361,8 @@ | ||
| 2361 | 2361 | textarea#qcld_openai_system_content { |
| 2362 | 2362 | height: 120px; |
| 2363 | 2363 | line-height: 28px; |
| 2364 | 2364 | } |
| 2365 | -.qcld-openai-system-presets { | |
| 2366 | - display: flex; | |
| 2367 | - gap: 10px; | |
| 2368 | - margin: 12px 0; | |
| 2369 | - overflow-x: auto; | |
| 2370 | - padding-bottom: 8px; | |
| 2371 | - scroll-snap-type: x proximity; | |
| 2372 | - flex-wrap: wrap; | |
| 2373 | -} | |
| 2374 | -.qcld-openai-system-preset { | |
| 2375 | - align-items: center; | |
| 2376 | - border: 1px solid #dcdcde; | |
| 2377 | - border-radius: 6px; | |
| 2378 | - cursor: pointer; | |
| 2379 | - display: flex; | |
| 2380 | - flex: 0 0 220px; | |
| 2381 | - gap: 10px; | |
| 2382 | - justify-content: center; | |
| 2383 | - margin: 0; | |
| 2384 | - min-height: 70px; | |
| 2385 | - padding: 12px; | |
| 2386 | - scroll-snap-align: start; | |
| 2387 | - text-align: center; | |
| 2388 | -} | |
| 2389 | -.qcld-openai-system-preset input { | |
| 2390 | - display: none; | |
| 2391 | -} | |
| 2392 | -.qcld-openai-system-preset.is-selected { | |
| 2393 | - background: #f0f6fc; | |
| 2394 | - border-color: #2271b1; | |
| 2395 | -} | |
| 2396 | -.qcld-openai-system-preset-content { | |
| 2397 | - display: grid; | |
| 2398 | - gap: 4px; | |
| 2399 | - line-height: 22px; | |
| 2400 | -} | |
| 2401 | -.qcld-openai-system-preset-title { | |
| 2402 | - color: #1d2327; | |
| 2403 | - font-weight: 600; | |
| 2404 | -} | |
| 2405 | -.qcld-openai-system-preset-value { | |
| 2406 | - display: none; | |
| 2407 | -} | |
| 2408 | -@media (max-width: 782px) { | |
| 2409 | - .qcld-openai-system-preset { | |
| 2410 | - flex-basis: 180px; | |
| 2411 | - } | |
| 2412 | -} | |
| 2413 | 2365 | .qcld-main-wrapper .alert.alert-warning { |
| 2414 | 2366 | background: linear-gradient(130deg, #ffffff 70%, #e9e4ff 96% 96%); |
| 2415 | 2367 | border-radius: 6px; |
| 2416 | 2368 | color: #721c24; |
| @@ -2837,29 +2789,8 @@ | ||
| 2837 | 2789 | background: transparent; |
| 2838 | 2790 | color: #fff; |
| 2839 | 2791 | } |
| 2840 | 2792 | |
| 2841 | - | |
| 2842 | - | |
| 2843 | -div#collapseTwoControl input[type=radio]:checked::before { | |
| 2844 | - background-color: #5b4e96; | |
| 2845 | -} | |
| 2846 | - | |
| 2847 | -.nav-tab-wrapper.sld_nav_container.wppt_nav_container.qcld_help_wppt_nav_container{ | |
| 2848 | - width: 320px !important; | |
| 2849 | - gap: 0; | |
| 2850 | -} | |
| 2851 | -div#rag-settings tbody#rag-knowledge-base-list tr td button { | |
| 2852 | - padding: 6px 20px; | |
| 2853 | - font-weight: bold; | |
| 2854 | - font-size: 12px; | |
| 2855 | -} | |
| 2856 | -div#rag-settings tbody#rag-knowledge-base-list tr td button.button.button-small.button-link-delete.rag-delete-doc{ | |
| 2857 | - background: #d14529; | |
| 2858 | - color: #fff; | |
| 2859 | - border-color: #d14529; | |
| 2860 | -} | |
| 2861 | - | |
| 2862 | 2793 | button#ai-knowledge-base-tab { |
| 2863 | 2794 | animation: pulse 2s infinite; |
| 2864 | 2795 | } |
| 2865 | 2796 | |
| @@ -2873,67 +2804,13 @@ | ||
| 2873 | 2804 | 100% { |
| 2874 | 2805 | transform: scale(1); |
| 2875 | 2806 | } |
| 2876 | 2807 | } |
| 2877 | -footer.wp-chatbot-admin-footer input#submit { | |
| 2878 | - background: #5b4e96; | |
| 2879 | - padding: 12px 30px; | |
| 2808 | + | |
| 2809 | +div#collapseTwoControl input[type=radio]:checked::before { | |
| 2810 | + background-color: #5b4e96; | |
| 2880 | 2811 | } |
| 2881 | -footer.wp-chatbot-admin-footer { | |
| 2882 | - padding: 0 20px 20px 20px; | |
| 2883 | - margin: 0 20px; | |
| 2884 | -} | |
| 2885 | -.qcld-wp-chatbot-wrap-header_inn a.button.page-title-action { | |
| 2886 | - padding: 8px 15px; | |
| 2887 | - background: #ffffff; | |
| 2888 | - color: #5B4E96; | |
| 2889 | - border: 2px solid #5B4E96; | |
| 2890 | - border-radius: 6px; | |
| 2891 | - font-weight: bold; | |
| 2892 | - position: absolute; | |
| 2893 | - top: 30px; | |
| 2894 | - left: 280px; | |
| 2895 | - line-height: normal; | |
| 2896 | - min-height: unset; | |
| 2897 | -} | |
| 2898 | -.qcld-wp-chatbot-wrap-header_inn a.button.page-title-action:hover { | |
| 2899 | - padding: 8px 15px; | |
| 2900 | - background: #5B4E96; | |
| 2901 | - color: #fff; | |
| 2902 | - border: 2px solid #5B4E96; | |
| 2903 | - border-radius: 6px; | |
| 2904 | - font-weight: bold; | |
| 2905 | - position: absolute; | |
| 2906 | - top: 31px; | |
| 2907 | - left: 280px; | |
| 2908 | -} | |
| 2909 | 2812 | |
| 2910 | -.qcld-session-history_menu_box .btn.btn-primary { | |
| 2911 | - background: #564a8e !important; | |
| 2912 | - color: #fff !important; | |
| 2913 | -} | |
| 2914 | -.qcld-session-history_menu_box a.btn.btn-success { | |
| 2915 | - padding: 8px 24px; | |
| 2916 | - width: auto; | |
| 2917 | - font-size: 15px; | |
| 2918 | - font-weight: 500; | |
| 2919 | - border-radius: 8px; | |
| 2920 | - position: relative; | |
| 2921 | - background: #ffffff; | |
| 2922 | - color: #564a8e; | |
| 2923 | - text-decoration: none; | |
| 2924 | - line-height: normal; | |
| 2925 | - border: 2px solid #564a8e; | |
| 2926 | -} | |
| 2927 | -.qcld-session-history_menu_box a.btn.btn-success:hover { | |
| 2928 | - padding: 8px 24px; | |
| 2929 | - width: auto; | |
| 2930 | - font-size: 15px; | |
| 2931 | - font-weight: 500; | |
| 2932 | - border-radius: 8px; | |
| 2933 | - position: relative; | |
| 2934 | - background: #564a8e; | |
| 2935 | - color: #fff; | |
| 2936 | - text-decoration: none; | |
| 2937 | - line-height: normal; | |
| 2938 | - border: 2px solid #564a8e; | |
| 2939 | -} | |
| 2813 | +.nav-tab-wrapper.sld_nav_container.wppt_nav_container.qcld_help_wppt_nav_container{ | |
| 2814 | + width: 320px !important; | |
| 2815 | + gap: 0; | |
| 2816 | +} | |