PluginProbe
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services / 8.8.0
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services v8.8.0
8.8.0 8.7.9 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 All 536 releases
← All changes | qc-rating-feature/css/style.css +23 -4 8.7.4 → 8.8.0 View file →
@@ -1,4 +1,19 @@
1 +/* WPBot design tokens — change colors here to theme the whole admin UI */
2 +:root {
3 + --woobot-primary: #5B4E96;
4 + --woobot-primary-color: #5B4E96;
5 + --woobot-primary-dark: #463a7a;
6 + --woobot-primary-soft: #f3f1fa;
7 + --woobot-primary-border: #e4e0f2;
8 + --woobot-surface: #ffffff;
9 + --woobot-page-bg: #F5F7FD;
10 + --woobot-text: #2d2a3a;
11 + --woobot-muted: #6b6680;
12 + --woobot-danger: #e25563;
13 + --woobot-nav-muted: #988FBD;
14 + --woobot-primary-rgb: 91, 78, 150;
15 +}
1 16 .qc-review-notice{
2 17 padding: 15px 15px 15px 0;
3 18 background-color: #222;
4 19 border-radius: 5px;
@@ -117,9 +132,9 @@
117 132 box-shadow: 0px 4px 6px 1px #ebebeb !important;
118 133 width: 98%;
119 134 }
120 135 .qc-review-ul li a {
121 - color: #5B4E96;
136 + color: var(--woobot-primary);
122 137 border: 1px solid #eee;
123 138 padding: 5px 15px;
124 139 border-radius: 4px;
125 140 font-weight: 600;
@@ -127,10 +142,10 @@
127 142 display: flex;
128 143 }
129 144 .qc-review-ul li a:hover {
130 145 color: #fff;
131 - border: 1px solid #5B4E96 !important;
132 - background: #5B4E96 !important;
146 + border: 1px solid var(--woobot-primary) !important;
147 + background: var(--woobot-primary) !important;
133 148 padding: 5px 15px;
134 149 border-radius: 4px;
135 150 font-weight: 600;
136 151 font-size: 13px;
@@ -217,9 +232,9 @@
217 232 left: 50%;
218 233 width: 24px;
219 234 height: 24px;
220 235 margin: -12px 0 0 -12px;
221 - border: 3px solid #5b4e96;
236 + border: 3px solid var(--woobot-primary);
222 237 border-top: 3px solid transparent;
223 238 border-radius: 50%;
224 239 animation: qc-ai-spinner 0.8s linear infinite;
225 240 z-index: 11;
@@ -242,5 +257,9 @@
242 257 color: #fff !important;
243 258 }
244 259 #qc-copy-review-btn.copied span {
245 260 color: #fff !important;
261 +}
262 +
263 +.qc-ai-review-actions span.dashicons.dashicons-clipboard, .qc-ai-review-actions span.dashicons.dashicons-external {
264 + line-height: 22px !important;
246 265 }