PluginProbe
MxChat – AI Chatbot & Content Generation for WordPress / trunk
MxChat – AI Chatbot & Content Generation for WordPress vtrunk
3.2.21 3.2.20 3.2.19 3.2.18 3.2.17 3.2.16 3.2.15 3.2.14 3.2.12 3.2.13 3.2.11 3.2.10 3.2.9 3.2.8 3.2.7 3.2.6 3.2.5 3.2.4 3.2.3 3.2.2 3.2.1 2.0.3 2.0.4 2.0.5 2.0.6 All 152 releases
← All changes | css/test-panel.css +24 -1 3.2.3trunk View file →
@@ -1,4 +1,4 @@
1 1 /* MxChat Testing Panel Styles */
2 2 .mxchat-test-panel {
3 3 position: fixed;
4 4 top: 0;
@@ -798,5 +798,28 @@
798 798
799 799 .action-threshold {
800 800 font-size: 9px;
801 801 color: #666;
802 -}
802 +}
803 +/* Hybrid retrieval matched-via chips (38ffa1): Vector / Keyword / Both */
804 +.mxch-rag-via-chip {
805 + font-size: 10px;
806 + font-weight: 600;
807 + padding: 1px 7px;
808 + border-radius: 9px;
809 + white-space: nowrap;
810 +}
811 +
812 +.mxch-rag-via-vector {
813 + background: rgba(120, 115, 245, 0.18);
814 + color: #a5a1ff;
815 +}
816 +
817 +.mxch-rag-via-keyword {
818 + background: rgba(16, 185, 129, 0.18);
819 + color: #34d399;
820 +}
821 +
822 +.mxch-rag-via-both {
823 + background: rgba(245, 158, 11, 0.18);
824 + color: #fbbf24;
825 +}