PluginProbe
MxChat – AI Chatbot & Content Generation for WordPress / 2.1.8
MxChat – AI Chatbot & Content Generation for WordPress v2.1.8
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/knowledge-style.css +21 -0 2.0.52.1.8 View file →
@@ -520,4 +520,25 @@
520 520 color: #666;
521 521 padding: 40px !important;
522 522 }
523 523
524 +
525 +
526 +.mxchat-status-badge {
527 + display: inline-block;
528 + padding: 3px 8px;
529 + border-radius: 3px;
530 + font-size: 12px;
531 + font-weight: 500;
532 + text-transform: uppercase;
533 + margin-left: 10px;
534 +}
535 +
536 +.mxchat-status-failed {
537 + background-color: #f44336;
538 + color: white;
539 +}
540 +
541 +.mxchat-status-success {
542 + background-color: #4caf50;
543 + color: white;
544 +}