PluginProbe
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services / 8.7.6
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services v8.7.6
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 8.5.2 All 533 releases
← All changes | css/email_subscription.css +292 -140 8.6.28.7.6 View file →
@@ -1,140 +1,292 @@
1 -/* css/email_subscription.css */
2 -.qchero_sliders_list_wrapper {
3 - background: #fff;
4 - padding: 20px;
5 - margin: 20px 20px 0 0;
6 - border-radius: 8px;
7 - box-shadow: 0 4px 15px rgba(0,0,0,0.05);
8 - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
9 -}
10 -
11 -.sld_menu_title h2 {
12 - font-size: 22px;
13 - font-weight: 600;
14 - color: #23282d;
15 - margin: 0 0 15px 0;
16 -}
17 -
18 -.sld_menu_title_align {
19 - display: flex;
20 - justify-content: space-between;
21 - align-items: center;
22 - margin-bottom: 20px;
23 - font-size: 14px;
24 - color: #666;
25 -}
26 -
27 -.sld_menu_title_align .button-primary {
28 - background: #007cba;
29 - border-color: #007cba;
30 - border-radius: 4px;
31 - padding: 4px 12px;
32 - color: #fff;
33 - text-decoration: none;
34 - font-weight: 500;
35 -}
36 -
37 -#wpbot_submit_email_form.button-primary {
38 - background: #d63638;
39 - border-color: #d63638;
40 - color: #fff;
41 - font-weight: 500;
42 - border-radius: 4px;
43 - padding: 6px 16px;
44 - cursor: pointer;
45 - margin-bottom: 15px;
46 - transition: background 0.2s ease;
47 - border: 1px solid transparent;
48 -}
49 -#wpbot_submit_email_form.button-primary:hover {
50 - background: #b32d2f;
51 - border-color: #b32d2f;
52 -}
53 -
54 -.qchero_slider_table_area {
55 - margin-top: 15px;
56 - border: 1px solid #e5e5e5;
57 - border-radius: 6px;
58 - overflow: hidden;
59 -}
60 -
61 -.sld_payment_table {
62 - display: flex;
63 - flex-direction: column;
64 - width: 100%;
65 -}
66 -
67 -.sld_payment_row {
68 - display: flex;
69 - align-items: center;
70 - border-bottom: 1px solid #f0f0f0;
71 - background: #fff;
72 - transition: background 0.15s ease;
73 -}
74 -
75 -.sld_payment_row:hover {
76 - background: #fafafa;
77 -}
78 -
79 -.sld_payment_row.header {
80 - background: #f9f9f9;
81 - border-bottom: 2px solid #e5e5e5;
82 - font-weight: 600;
83 - color: #32373c;
84 -}
85 -
86 -.sld_payment_row.header:hover {
87 - background: #f9f9f9;
88 -}
89 -
90 -.sld_payment_cell {
91 - padding: 12px 15px;
92 - flex: 1;
93 - font-size: 13px;
94 - color: #555d66;
95 - word-break: break-word;
96 - display: flex;
97 - align-items: center;
98 -}
99 -
100 -/* Specific column sizes */
101 -.sld_payment_cell:first-child {
102 - flex: 0 0 50px;
103 - justify-content: center;
104 - padding-right: 0;
105 -}
106 -
107 -.sld_payment_cell:nth-child(2) {
108 - flex: 0 0 120px; /* Date column width */
109 -}
110 -
111 -.sld_payment_cell input[type="checkbox"] {
112 - margin: 0;
113 - cursor: pointer;
114 -}
115 -
116 -.sld_responsive_head {
117 - display: none;
118 -}
119 -
120 -/* Pagination Styling */
121 -.wpbot_pagination {
122 - margin-right: 10px;
123 - font-weight: 500;
124 -}
125 -
126 -.page-numbers {
127 - background: #fff;
128 - border: 1px solid #ccc;
129 - padding: 3px 8px;
130 - text-decoration: none;
131 - margin: 0 2px;
132 - border-radius: 3px;
133 - color: #007cba;
134 -}
135 -
136 -.page-numbers.current {
137 - background: #007cba;
138 - color: #fff;
139 - border-color: #007cba;
140 -}
1 +/* User Data — WPBot purple modern UI */
2 +@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
3 +
4 +.wpbot-userdata-page {
5 + --woobot-primary: #5B4E96;
6 + --woobot-primary-dark: #463a7a;
7 + --woobot-primary-soft: #f3f1fa;
8 + --woobot-primary-border: #e4e0f2;
9 + --woobot-text: #2d2a3a;
10 + --woobot-muted: #6b6680;
11 + --woobot-danger: #e25563;
12 + background: transparent;
13 + padding: 0;
14 + margin: 20px auto 40px auto;
15 + max-width: 1280px;
16 + width: 100%;
17 + box-sizing: border-box;
18 + border-radius: 0;
19 + box-shadow: none;
20 + font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
21 + color: var(--woobot-text);
22 +}
23 +
24 +.wpbot-userdata-page .sld_menu_title {
25 + background: #fff;
26 + border: 1px solid var(--woobot-primary-border);
27 + border-radius: 16px;
28 + padding: 18px 22px;
29 + margin: 0 0 16px;
30 +}
31 +
32 +.wpbot-userdata-page .sld_menu_title h2 {
33 + font-size: 24px;
34 + font-weight: 700;
35 + color: var(--woobot-primary);
36 + margin: 0;
37 + line-height: 1.3;
38 +}
39 +
40 +.wpbot-userdata-page .wpbot-userdata-toolbar {
41 + display: flex;
42 + justify-content: flex-end;
43 + align-items: center;
44 + flex-wrap: wrap;
45 + gap: 12px;
46 + background: #fff;
47 + border: 1px solid var(--woobot-primary-border);
48 + border-radius: 16px;
49 + padding: 14px 18px;
50 + margin: 0 0 16px;
51 + font-size: 14px;
52 + color: var(--woobot-muted);
53 +}
54 +
55 +.wpbot-userdata-page .wpbot-userdata-actions {
56 + display: flex;
57 + align-items: center;
58 + flex-wrap: wrap;
59 + gap: 12px;
60 + margin: 0 0 16px;
61 +}
62 +
63 +.wpbot-userdata-page .wpbot-userdata-total {
64 + display: inline-flex;
65 + align-items: center;
66 + gap: 6px;
67 + padding: 6px 12px;
68 + background: var(--woobot-primary-soft);
69 + border: 1px solid var(--woobot-primary-border);
70 + border-radius: 999px;
71 + color: var(--woobot-primary);
72 + font-size: 13px;
73 + font-weight: 500;
74 +}
75 +
76 +.wpbot-userdata-page .wpbot-userdata-total strong {
77 + font-weight: 700;
78 +}
79 +
80 +.wpbot-userdata-page .wpbot-userdata-export.button-primary,
81 +.wpbot-userdata-page .sld_menu_title_align .button-primary {
82 + background: var(--woobot-primary) !important;
83 + border: 2px solid var(--woobot-primary) !important;
84 + border-radius: 8px !important;
85 + padding: 8px 16px !important;
86 + color: #fff !important;
87 + text-decoration: none !important;
88 + font-weight: 600 !important;
89 + font-size: 13px !important;
90 + line-height: 1.2 !important;
91 + height: auto !important;
92 + box-shadow: none !important;
93 + transition: background 0.15s ease, border-color 0.15s ease;
94 +}
95 +
96 +.wpbot-userdata-page .wpbot-userdata-export.button-primary:hover,
97 +.wpbot-userdata-page .sld_menu_title_align .button-primary:hover {
98 + background: var(--woobot-primary-dark) !important;
99 + border-color: var(--woobot-primary-dark) !important;
100 + color: #fff !important;
101 +}
102 +
103 +.wpbot-userdata-page .wpbot-userdata-form {
104 + width: 100%;
105 + background: #fff;
106 + border: 1px solid var(--woobot-primary-border);
107 + border-radius: 16px;
108 + padding: 18px 20px 20px;
109 + box-sizing: border-box;
110 +}
111 +
112 +.wpbot-userdata-page #wpbot_submit_email_form.button-primary {
113 + background: #fff !important;
114 + border: 2px solid var(--woobot-danger) !important;
115 + color: var(--woobot-danger) !important;
116 + font-weight: 600 !important;
117 + border-radius: 8px !important;
118 + padding: 8px 18px !important;
119 + cursor: pointer;
120 + margin: 0;
121 + height: auto !important;
122 + line-height: 1.2 !important;
123 + box-shadow: none !important;
124 + transition: background 0.15s ease, color 0.15s ease;
125 +}
126 +
127 +.wpbot-userdata-page #wpbot_submit_email_form.button-primary:hover {
128 + background: var(--woobot-danger) !important;
129 + border-color: var(--woobot-danger) !important;
130 + color: #fff !important;
131 +}
132 +
133 +.wpbot-userdata-page .qchero_slider_table_area {
134 + margin-top: 0;
135 + border: 1px solid var(--woobot-primary-border);
136 + border-radius: 12px;
137 + overflow: hidden;
138 +}
139 +
140 +.wpbot-userdata-page .sld_payment_table {
141 + display: flex;
142 + flex-direction: column;
143 + width: 100%;
144 +}
145 +
146 +.wpbot-userdata-page .sld_payment_row {
147 + display: flex;
148 + align-items: center;
149 + border-bottom: 1px solid #eef0f6;
150 + background: #fff;
151 + transition: background 0.15s ease;
152 +}
153 +
154 +.wpbot-userdata-page .sld_payment_row:last-child {
155 + border-bottom: none;
156 +}
157 +
158 +.wpbot-userdata-page .sld_payment_row:hover {
159 + background: var(--woobot-primary-soft);
160 +}
161 +
162 +.wpbot-userdata-page .sld_payment_row.header {
163 + background: var(--woobot-primary);
164 + border-bottom: none;
165 + font-weight: 600;
166 + color: #fff;
167 +}
168 +
169 +.wpbot-userdata-page .sld_payment_row.header:hover {
170 + background: var(--woobot-primary);
171 +}
172 +
173 +.wpbot-userdata-page .sld_payment_row.header .sld_payment_cell {
174 + color: #fff;
175 + font-size: 13px;
176 + letter-spacing: 0.02em;
177 +}
178 +
179 +.wpbot-userdata-page .sld_payment_cell {
180 + padding: 14px 16px;
181 + flex: 1;
182 + font-size: 13px;
183 + color: var(--woobot-text);
184 + word-break: break-word;
185 + display: flex;
186 + align-items: center;
187 +}
188 +
189 +.wpbot-userdata-page .sld_payment_cell:first-child {
190 + flex: 0 0 56px;
191 + justify-content: center;
192 + padding-right: 0;
193 +}
194 +
195 +.wpbot-userdata-page .sld_payment_cell:nth-child(2) {
196 + flex: 0 0 140px;
197 +}
198 +
199 +.wpbot-userdata-page .sld_payment_cell input[type="checkbox"] {
200 + margin: 0;
201 + cursor: pointer;
202 + width: 16px;
203 + height: 16px;
204 + accent-color: var(--woobot-primary);
205 +}
206 +
207 +.wpbot-userdata-page .sld_payment_row.header input[type="checkbox"] {
208 + accent-color: #fff;
209 +}
210 +
211 +.wpbot-userdata-page .sld_responsive_head {
212 + display: none;
213 +}
214 +
215 +/* Pagination */
216 +.wpbot-userdata-page .wpbot_pagination {
217 + margin-right: 8px;
218 + font-weight: 600;
219 + color: var(--woobot-muted);
220 + font-size: 13px;
221 +}
222 +
223 +.wpbot-userdata-page .page-numbers {
224 + display: inline-flex;
225 + align-items: center;
226 + justify-content: center;
227 + min-width: 34px;
228 + height: 34px;
229 + padding: 0 10px;
230 + margin: 0 2px;
231 + border-radius: 8px;
232 + border: 1px solid var(--woobot-primary-border);
233 + background: #fff;
234 + color: var(--woobot-primary);
235 + font-size: 13px;
236 + font-weight: 600;
237 + text-decoration: none;
238 + line-height: 1;
239 + box-sizing: border-box;
240 + transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
241 +}
242 +
243 +.wpbot-userdata-page a.page-numbers:hover {
244 + background: var(--woobot-primary-soft);
245 + border-color: var(--woobot-primary);
246 + color: var(--woobot-primary-dark);
247 +}
248 +
249 +.wpbot-userdata-page span.page-numbers.current {
250 + background: var(--woobot-primary);
251 + color: #fff;
252 + border-color: var(--woobot-primary);
253 +}
254 +
255 +@media screen and (max-width: 782px) {
256 + .wpbot-userdata-page {
257 + margin: 12px auto 24px auto;
258 + }
259 +
260 + .wpbot-userdata-page .wpbot-userdata-actions {
261 + width: 100%;
262 + }
263 +
264 + .wpbot-userdata-page .wpbot-userdata-toolbar,
265 + .wpbot-userdata-page .sld_menu_title,
266 + .wpbot-userdata-page .wpbot-userdata-form {
267 + border-radius: 12px;
268 + }
269 +
270 + .wpbot-userdata-page .sld_payment_row {
271 + flex-wrap: wrap;
272 + }
273 +
274 + .wpbot-userdata-page .sld_payment_cell {
275 + flex: 1 1 45%;
276 + }
277 +
278 + .wpbot-userdata-page .sld_payment_cell:first-child {
279 + flex: 0 0 100%;
280 + justify-content: flex-start;
281 + padding: 12px 16px 4px;
282 + }
283 +
284 + .wpbot-userdata-page .sld_responsive_head {
285 + display: block;
286 + font-size: 11px;
287 + font-weight: 600;
288 + color: var(--woobot-muted);
289 + margin-right: 8px;
290 + text-transform: uppercase;
291 + }
292 +}