PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 2.1.8
Visualizer – Tables & Charts Manager with Built-in AI Generator v2.1.8
4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.2 3.1.3 3.10.0 3.10.1 3.10.10 3.10.11 3.10.12 3.10.13 3.10.14 3.10.15 3.10.2 3.10.3 3.10.4 All 148 releases
← All changes | css/frame.css +173 -1052 4.0.52.1.8 View file →
@@ -5,9 +5,8 @@
5 5 top: 0;
6 6 right: 0;
7 7 bottom: 60px;
8 8 left: 0;
9 - width: auto;
10 9 background-color: white;
11 10 }
12 11
13 12 #canvas {
@@ -16,31 +15,9 @@
16 15 right: 310px;
17 16 bottom: 10px;
18 17 left: 10px;
19 18 }
20 -#control_wrapper_canvas:not(:empty) {
21 - margin: 15px 0 0 5px;
22 - position: relative;
23 - z-index: 1;
24 -}
25 -#control_wrapper_canvas:not(:empty) + #canvas .google-visualization-table {
26 - top: 60px;
27 -}
28 -.vz-vertical .google-visualization-table {
29 - left: 70px;
30 -}
31 -.google-visualization-controls-categoryfilter label.google-visualization-controls-label {
32 - vertical-align: middle;
33 -}
34 -.google-visualization-controls-categoryfilter li.goog-inline-block {
35 - margin: 0 0.2em;
36 -}
37 -.google-visualization-controls-categoryfilter li {
38 - padding: 0 0.2em;
39 -}
40 -.goog-combobox input {
41 - min-height: auto;
42 -}
19 +
43 20 .loader {
44 21 position: absolute;
45 22 top: 50%;
46 23 left: 50%;
@@ -52,22 +29,22 @@
52 29 /******************************** SIDEBAR ***********************************/
53 30 /******************************************************************************/
54 31
55 32 #sidebar {
56 - overflow-x: hidden;
57 - overflow-y: auto;
33 + overflow: auto;
58 34 position: absolute;
59 - z-index: 80;
35 + z-index: 75;
60 36 top: 0;
61 37 right: 0;
62 38 bottom: 60px;
63 - width: 350px;
64 - border-left: 1px solid #ddd;
65 - background: #f8f9fa;
66 - overscroll-behavior: contain;
39 + width: 299px;
40 + border-left: 1px solid #dfdfdf;
41 + background: whitesmoke;
42 +
43 + -webkit-overflow-scrolling: touch;
67 44 }
68 45
69 -.viz-group {
46 +.group {
70 47 margin: 0;
71 48 font-size: 12px;
72 49 line-height: 18px;
73 50 list-style: none;
@@ -72,9 +49,9 @@
72 49 line-height: 18px;
73 50 list-style: none;
74 51 }
75 52
76 -.viz-group .viz-group-header .viz-group-title {
53 +.group .group-header .group-title {
77 54 margin: 10px 0;
78 55 padding: 15px 20px;
79 56 border-top: 1px solid #ddd;
80 57 border-bottom: 1px solid #ddd;
@@ -81,65 +58,60 @@
81 58 color: #555d66;
82 59 background: #fff;
83 60 }
84 61
85 -.viz-group-wrapper ul .viz-group-title {
86 - border-top: 1px solid #e5e5e5;
62 +.group-wrapper ul .group-title {
63 + border-top: 1px solid #ddd;
87 64 }
88 65
89 -.viz-group-wrapper ul li {
90 - border-top: 1px solid #e5e5e5;
66 +.group-wrapper ul li {
67 + border-top: 1px solid #ddd;
91 68 }
92 69
93 -.viz-group-wrapper ul ul li.viz-subsection {
70 +.group-wrapper ul ul li.subsection {
94 71 margin: 5px;
95 72 border: 1px solid #ddd;
96 73 }
97 74
98 -.viz-group-wrapper .viz-group .viz-group .viz-group-title {
75 +.group-wrapper .group .group .group-title {
99 76 position: relative;
100 77 margin: 0;
101 - padding: 12px 36px 12px 16px;
78 + padding: 10px 10px 11px 14px;
102 79 border-top: none;
103 80 border-bottom: none;
104 - border-left: 4px solid transparent;
81 + border-left: 4px solid #fff;
105 82 color: #555d66;
106 83 background-color: #fff;
107 - font-size: 13px;
84 + font-size: 14px;
108 85 font-weight: 600;
109 - line-height: 1.4;
86 + line-height: 21px;
110 87 cursor: pointer;
111 - transition: 0.15s color ease-in-out, 0.15s background-color ease-in-out, 0.15s border-color ease-in-out;
88 + -webkit-transition: 0.15s color ease-in-out,0.15s background-color ease-in-out,0.15s border-color ease-in-out;
89 + transition: 0.15s color ease-in-out,0.15s background-color ease-in-out,0.15s border-color ease-in-out;
112 90 }
113 91
114 -.viz-title-small {
115 - font-size: smaller;
116 -}
117 -
118 -.viz-group-wrapper .viz-group .viz-group:hover .viz-group-title,
119 -.viz-group-wrapper .viz-group .viz-group.open .viz-group-title {
92 +.group-wrapper .group .group:hover .group-title,
93 +.group-wrapper .group .group.open .group-title {
120 94 border-left-color: #0073aa;
121 95 color: #0073aa;
122 96 background: #f3f3f5;
123 97 }
124 98
125 -.viz-group-wrapper .viz-group .viz-group .viz-group-title:after {
99 +.group-wrapper .group .group .group-title:after {
126 100 position: absolute;
127 101 z-index: 1;
128 - top: 50%;
129 - right: 12px;
130 - transform: translateY(-50%);
131 - color: inherit;
132 - font: 400 18px/1 dashicons;
102 + top: 11px;
103 + right: 10px;
104 + color: #a0a5aa;
105 + font: 400 20px/1 dashicons;
133 106 content: "\f345";
134 - opacity: 0.6;
135 107 }
136 108
137 -.viz-group-wrapper .viz-group .viz-group.open .viz-group-title:after {
109 +.group-wrapper .group .group.open .group-title:after {
138 110 content: "\f347";
139 111 }
140 112
141 -.viz-group-wrapper .viz-group .customize-section-back {
113 +.group-wrapper .group .customize-section-back {
142 114 display: block;
143 115 float: left;
144 116 width: 42px;
145 117 height: 49px;
@@ -149,14 +121,16 @@
149 121 border-top: 1px solid #ddd;
150 122 border-right: 1px solid #ddd;
151 123 border-left: 4px solid #fff;
152 124 background: #fff;
125 + -webkit-box-shadow: none;
153 126 box-shadow: none;
154 127 cursor: pointer;
128 + -webkit-transition: color 0.15s ease-in-out,border-color 0.15s ease-in-out,background 0.15s ease-in-out;
155 129 transition: color 0.15s ease-in-out,border-color 0.15s ease-in-out,background 0.15s ease-in-out;
156 130 }
157 131
158 -.viz-group-wrapper .viz-group .customize-section-back:hover {
132 +.group-wrapper .group .customize-section-back:hover {
159 133 border-left-color: #0073aa;
160 134 outline: 0;
161 135 color: #0073aa;
162 136 background: #f3f3f5;
@@ -161,9 +135,9 @@
161 135 color: #0073aa;
162 136 background: #f3f3f5;
163 137 }
164 138
165 -.viz-group-wrapper .viz-group .customize-section-back:before {
139 +.group-wrapper .group .customize-section-back:before {
166 140 position: relative;
167 141 top: -11px;
168 142 left: -2px;
169 143 font: 400 20px/72px dashicons;
@@ -169,52 +143,49 @@
169 143 font: 400 20px/72px dashicons;
170 144 content: "\f341";
171 145 }
172 146
173 -.viz-group-wrapper.full-height {
147 +.group-wrapper.full-height {
174 148 float: left;
175 149 position: relative;
176 150 width: 100%;
177 151 height: 100%;
178 152 margin: 0;
179 - padding-bottom: 60px;
180 153 }
181 154
182 -.viz-group.bottom-fixed {
155 +.group.bottom-fixed {
183 156 display: block;
184 - position: fixed;
185 - width: 350px;
186 - padding: 12px;
187 - margin: 0 auto;
157 + position: absolute;
158 + bottom: 0;
159 + width: 100%;
188 160 }
189 161
190 -.viz-group ul li h2,
191 -.viz-group ul li h3 {
162 +.group ul li h2,
163 +.group ul li h3 {
192 164 padding: 7px 15px 7px 35px;
193 165 }
194 166
195 -.viz-group h2 .dashicons,
196 -.viz-group h3 .dashicons {
167 +.group h2 .dashicons {
197 168 margin-right: 5px;
198 169 vertical-align: -5px;
199 170 }
200 171
201 -.viz-group-content {
172 +.group-content {
202 173 display: none;
203 174 margin: 0;
204 175 padding: 0;
205 - background-color: #fff;
176 + background-color: #fdfdfd;
206 177 }
207 178
208 -div.viz-group-content {
179 +div.group-content {
209 180 padding: 15px;
210 181 }
211 182
212 -.viz-group.open > .viz-group-content {
183 +.group.open > .group-content {
213 184 display: block;
214 185 }
215 186
216 -.viz-group-description {
187 +.group-description {
217 188 margin: 0;
218 189 padding: 5px;
219 190 color: #555;
220 191 font-size: 12px;
@@ -220,15 +191,15 @@
220 191 font-size: 12px;
221 192 text-align: left;
222 193 }
223 194
224 -div.viz-group-content .viz-group-description {
195 +div.group-content .group-description {
225 196 padding: 5px;
226 197 font-family: "Montserrat",sans-serif;
227 198 font-weight: 300;
228 199 }
229 200
230 -.initial-screen .viz-group-description {
201 +.initial-screen .group-description {
231 202 padding: 0;
232 203 padding: 10px 20px 20px;
233 204 font-family: "Montserrat",sans-serif;
234 205 font-weight: 300;
@@ -233,58 +204,52 @@
233 204 font-family: "Montserrat",sans-serif;
234 205 font-weight: 300;
235 206 }
236 207
237 -.viz-section-title {
208 +.section-title {
238 209 display: block;
239 210 position: relative;
240 - margin-bottom: 0;
241 - padding: 10px 36px 10px 16px;
242 - border-top: 1px solid #e5e5e5;
243 - border-left: 3px solid transparent;
244 - background-color: #f8f9fa;
245 - font-size: 12px;
246 - font-weight: 600;
247 - color: #555d66;
248 - text-transform: uppercase;
249 - letter-spacing: 0.4px;
211 + margin-bottom: 5px;
212 + padding: 4px 20px;
213 + border-top: 1px solid #eee;
214 + border-bottom: 1px solid #eee;
215 + background-color: rgba(0, 0, 0, 0.02);
216 + -webkit-box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.1);
217 + box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.1);
218 + font-weight: bold;
250 219 cursor: pointer;
251 - transition: border-left-color 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out;
252 220 }
253 221
254 -.viz-section-title:hover,
255 -.viz-section-title.open {
256 - border-left-color: #0073aa;
257 - color: #0073aa;
258 - background-color: #f0f6fb;
222 +.group-wrapper ul ul li .section-title {
223 + margin-bottom: 0;
224 + border: none;
225 + -webkit-box-shadow: none;
226 + box-shadow: none;
259 227 }
260 228
261 -.viz-group-wrapper ul ul li .viz-section-title {
262 - border-left: 3px solid transparent;
263 -}
264 -
265 -.viz-section-title::after {
229 +.section-title::after {
266 230 position: absolute;
267 - top: 50%;
268 - right: 10px;
269 - transform: translateY(-50%);
270 - color: inherit;
271 - font: 400 16px/1 dashicons;
272 - content: "\f345";
273 - opacity: 0.6;
231 + z-index: 1;
232 + top: 13px;
233 + right: 20px;
234 + width: 0;
235 + height: 0;
236 + border-width: 4px 4px 0;
237 + border-style: solid;
238 + border-color: #ccc transparent;
239 + content: "";
274 240 }
275 241
276 -.viz-section-title.open::after {
277 - content: "\f347";
242 +.section-title.open::after {
243 + border-width: 0 4px 4px;
278 244 }
279 245
280 -.section-items,
281 -.viz-section-items {
246 +.section-items {
282 247 display: none;
283 248 padding: 15px;
284 249 }
285 250
286 -.viz-section-items.open {
251 +.section-items.open {
287 252 display: block;
288 253 }
289 254
290 255 .more-info {
@@ -295,20 +260,9 @@
295 260 font-weight: normal;
296 261 text-decoration: none;
297 262 }
298 263
299 -.viz-info-msg {
300 - font-weight: bold !important;
301 - font-style: italic;
302 -}
303 -
304 -.viz-info-msg::before {
305 - font-family: dashicons;
306 - content: "\f488";
307 - margin-right: 5px;
308 -}
309 -
310 -.viz-section-description {
264 +.section-description {
311 265 margin: 0;
312 266 /*display: none;*/
313 267 padding: 0;
314 268 color: gray;
@@ -314,19 +268,18 @@
314 268 color: gray;
315 269 font-size: 11px;
316 270 }
317 271
318 -.viz-section-table {
272 +.section-table {
319 273 width: 100%;
320 274 }
321 275
322 -.section-delimiter,
323 -.viz-section-delimiter {
276 +.section-delimiter {
324 277 margin: 15px 0;
325 - border-top: 1px solid #e5e5e5;
278 + border-top: 1px dashed #ccc;
326 279 }
327 280
328 -.viz-section-table-column {
281 +.section-table-column {
329 282 width: 50%;
330 283 padding: 0 1px;
331 284 text-align: left;
332 285 vertical-align: top;
@@ -331,9 +284,9 @@
331 284 text-align: left;
332 285 vertical-align: top;
333 286 }
334 287
335 -.viz-section-item {
288 +.section-item {
336 289 margin-bottom: 10px;
337 290 }
338 291
339 292 .control-select,
@@ -348,14 +301,14 @@
348 301 .control-check::after {
349 302 clear: both;
350 303 }
351 304
352 -.viz-section-description ul {
305 +.section-description ul {
353 306 margin: 0 0 0 25px;
354 307 list-style: circle;
355 308 }
356 309
357 -.viz-section-description li {
310 +.section-description li {
358 311 margin: 0;
359 312 list-style: circle;
360 313 }
361 314
@@ -361,9 +314,9 @@
361 314
362 315 #rate-the-plugin {
363 316 margin-top: 40px;
364 317 padding: 20px;
365 - border-top: 1px solid #e5e5e5;
318 + border-top: 1px dashed #ddd;
366 319 text-align: center;
367 320 }
368 321
369 322 .rate-the-plugin {
@@ -390,111 +343,8 @@
390 343 margin-top: 15px;
391 344 text-align: center;
392 345 }
393 346
394 -#viz-tabs {
395 - display: none;
396 -}
397 -
398 -#viz-tabs.done {
399 - display: block;
400 -}
401 -
402 -#viz-tabs .ui-tabs-panel {
403 - padding: 0;
404 -}
405 -
406 -#viz-tabs .wp-color-picker {
407 - width: 4rem !important;
408 -}
409 -
410 -/* Modern flat tab nav */
411 -#viz-tabs .ui-tabs-nav {
412 - display: flex;
413 - padding: 0;
414 - margin: 0;
415 - background: #fff;
416 - border: none;
417 - border-bottom: 2px solid #e5e5e5;
418 - border-radius: 0;
419 - box-shadow: none;
420 -}
421 -
422 -#viz-tabs .ui-tabs-nav li {
423 - flex: 1;
424 - margin: 0;
425 - border: none;
426 - border-bottom: 2px solid transparent;
427 - border-radius: 0;
428 - background: transparent;
429 - top: 2px;
430 - transition: border-color 0.15s ease-in-out;
431 -}
432 -
433 -#viz-tabs .ui-tabs-nav li a {
434 - display: block;
435 - width: 100%;
436 - padding: 10px 0;
437 - color: #555d66;
438 - font-size: 13px;
439 - font-weight: 500;
440 - text-align: center;
441 - box-sizing: border-box;
442 -}
443 -
444 -#viz-tabs .ui-tabs-nav li:hover a {
445 - color: #0073aa;
446 -}
447 -
448 -#viz-tabs .ui-tabs-nav .ui-state-active {
449 - border-bottom-color: #0073aa;
450 - background: transparent;
451 -}
452 -
453 -#viz-tabs .ui-tabs-nav .ui-state-active a {
454 - color: #0073aa;
455 - font-weight: 600;
456 -}
457 -
458 -#viz-tabs .ui-tabs-nav li a:focus,
459 -#viz-tabs .ui-tabs-nav li.ui-state-focus a {
460 - outline: none;
461 - box-shadow: none;
462 - border-radius: 2px;
463 -}
464 -
465 -.viz-info-panel {
466 - display: flex;
467 - flex-direction: column;
468 - padding: 16px;
469 - gap: 14px;
470 - background: #fff;
471 - border-bottom: 1px solid #e5e5e5;
472 -}
473 -
474 -.viz-info-panel label {
475 - margin: 0;
476 - padding: 0;
477 - font-weight: bold;
478 -}
479 -
480 -.viz-info-panel input {
481 - flex: 1;
482 -}
483 -
484 -.viz-info-panel .viz-info-item {
485 - display: flex;
486 - flex-direction: column;
487 - flex: 1;
488 - gap: 3px;
489 -}
490 -
491 -.viz-info-panel .viz-info-row {
492 - display: flex;
493 - flex-direction: row;
494 - gap: 5px;
495 -}
496 -
497 347 /******************************************************************************/
498 348 /******************************** TOOLBAR ***********************************/
499 349 /******************************************************************************/
500 350
@@ -507,8 +357,9 @@
507 357 left: 0;
508 358 height: 36px;
509 359 padding: 12px 16px;
510 360 border-top: 1px solid #dfdfdf;
361 + -webkit-box-shadow: 0 -4px 4px -4px rgba(0, 0, 0, 0.1);
511 362 box-shadow: 0 -4px 4px -4px rgba(0, 0, 0, 0.1);
512 363 text-align: center;
513 364 }
514 365
@@ -513,15 +364,10 @@
513 364 }
514 365
515 366 #toolbar .push-right {
516 367 float: right;
517 - margin-right: 10px;
518 368 }
519 369
520 -#toolbar .push-left {
521 - float: left;
522 -}
523 -
524 370 .toolbar-div a {
525 371 float: left;
526 372 }
527 373
@@ -531,20 +377,8 @@
531 377 width: 30%;
532 378 vertical-align: top;
533 379 }
534 380
535 -#chart-select {
536 - display: flex;
537 - padding: 12px 8px;
538 - justify-content: center;
539 - align-items: center;
540 - gap: 12px;
541 -}
542 -
543 -#chart-select label {
544 - font-weight: bold;
545 -}
546 -
547 381 /******************************************************************************/
548 382 /******************************** TYPE PICKER ******************************/
549 383 /******************************************************************************/
550 384
@@ -551,68 +385,54 @@
551 385 .type-box span {
552 386 display: block;
553 387 position: absolute;
554 388 right: 0;
555 - bottom: 0;
389 + bottom: -6px;
556 390 width: 100%;
557 - padding: 6px 0;
558 - border-top: 1px solid #e5e5e5;
559 - background-color: #fff;
560 - font-weight: 600;
561 - font-size: 12px;
391 + padding: 4px 0;
392 + border-top: 1px dashed #ddd;
393 + border-bottom: 1px dashed #ddd;
394 + background: #e0e0e0;
395 + background-color: #efefef;
396 + -webkit-box-shadow: 0 0 8px #ddd;
397 + box-shadow: 0 0 8px #ddd;
398 + font-weight: bold;
562 399 text-align: center;
563 - color: #555d66;
564 400 }
565 401
566 402 .type-box .pro-upsell {
567 - color: #d63638;
403 + color: #c55555;
568 404 }
569 405
570 406 #type-picker {
571 - max-width: 960px;
572 - margin: 30px auto;
573 - padding: 0 16px;
574 - display: flex;
575 - flex-wrap: wrap;
576 - gap: 16px;
407 + width: 952px;
408 + margin: 50px auto;
577 409 }
578 410
579 411 .type-box {
412 + float: left;
580 413 position: relative;
581 - border: 1px solid #ddd;
582 - border-left: 3px solid transparent;
583 - background-color: #fff;
584 - box-shadow: 0 1px 3px rgba(0,0,0,0.08);
585 - border-radius: 2px;
586 - overflow: hidden;
587 - transition: border-left-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
414 + margin: 0 20px 20px 0;
415 + border: 1px dashed #ddd;
416 + background-color: #efefef;
417 + -webkit-box-shadow: 0 0 8px #ddd;
418 + box-shadow: 0 0 8px #ddd;
588 419 }
589 420
590 -.type-box:hover,
591 -.type-box:has(.type-label-selected) {
592 - border-left-color: #0073aa;
593 - box-shadow: 0 2px 6px rgba(0,114,170,0.15);
421 +.type-box:nth-child(3n+3) {
422 + margin-right: 0;
594 423 }
595 424
596 -.type-box.viz-hidden {
597 - display: none;
598 -}
599 -
600 425 .type-box .pro-upsell .visualizder-pro-label {
601 426 display: inline;
602 427 position: absolute;
603 428 top: 0;
604 429 width: 74px;
430 + height: 10px;
605 431 height: 17px;
606 432 border: none;
607 433 color: #fff;
608 - z-index: 4;
609 - background: #d63638;
610 - font-size: 10px;
611 - font-weight: 600;
612 - letter-spacing: 0.5px;
613 - line-height: 17px;
614 - text-align: center;
434 + background: #c55555;
615 435 }
616 436
617 437 .type-label {
618 438 display: block;
@@ -618,42 +438,22 @@
618 438 display: block;
619 439 width: 270px;
620 440 height: 205px;
621 441 padding: 15px;
622 - border: none;
623 - background-color: #f9f9f9;
624 - background-image: url(../images/chart_types_v395.png);
442 + border: 1px solid #e0e0e0;
443 + background-color: white;
444 + background-image: url(../images/chart_types_g.png);
625 445 background-repeat: no-repeat;
626 446 background-position: center center;
627 - background-size: 900px 1150px;
628 - filter: grayscale(100%);
629 - cursor: pointer;
630 - transition: filter 0.15s ease-in-out, background-color 0.15s ease-in-out;
631 447 }
632 448
633 -#type-picker.lib-ChartJS .type-label {
634 - background-image: url(../images/chart_types_chartjs.png);
635 -}
636 -
637 -#type-picker.lib-DataTable .type-label {
638 - background-image: url(../images/chart_types_datatable.png);
639 -}
640 -
641 449 .type-label-selected,
642 -.type-box .type-label:hover {
643 - filter: grayscale(0);
644 - background-color: #f0f7fb;
450 +.type-box > .type-label:hover {
451 + background-image: url(../images/chart_types.png);
645 452 }
646 453
647 -.type-label:focus,
648 -.viz-group-title:focus,
649 -.viz-section-title:focus {
650 - outline: 2px solid #2271b1;
651 - outline-offset: 2px;
652 -}
653 -
654 454 .type-box-area .type-label {
655 - background-position: -8px -225px;
455 + background-position: 0 -225px;
656 456 }
657 457
658 458 .type-box-line .type-label {
659 459 background-position: -600px 0;
@@ -667,9 +467,9 @@
667 467 background-position: 0 0;
668 468 }
669 469
670 470 .type-box-gauge .type-label {
671 - background-position: -7px -450px;
471 + background-position: 0 -450px;
672 472 }
673 473
674 474 .type-box-geo .type-label {
675 475 background-position: -600px -450px;
@@ -675,9 +475,9 @@
675 475 background-position: -600px -450px;
676 476 }
677 477
678 478 .type-box-candlestick .type-label {
679 - background-position: -304px -450px;
479 + background-position: -300px -450px;
680 480 }
681 481
682 482 .type-box-bar .type-label {
683 483 background-position: -300px -225px;
@@ -682,38 +482,24 @@
682 482 .type-box-bar .type-label {
683 483 background-position: -300px -225px;
684 484 }
685 485
686 -.type-box-bubble .type-label {
687 - background-position: -604px -906px;
688 -}
689 -
690 486 .type-box-column .type-label {
691 487 background-position: -600px -225px;
692 488 }
693 489
694 -.type-box-dataTable .type-label,
695 -.type-box-table .type-label,
696 -.type-box-tabular .type-label {
490 +.type-box-table .type-label {
697 491 background-position: -301px -670px;
698 492 }
699 493
700 494 .type-box-timeline .type-label {
701 - background-position: -8px -670px;
495 + background-position: -2px -670px;
702 496 }
703 497
704 498 .type-box-combo .type-label {
705 - background-position: -606px -670px;
499 + background-position: -597px -670px;
706 500 }
707 501
708 -.type-box-polarArea .type-label {
709 - background-position: -2px -912px;
710 -}
711 -
712 -.type-box-radar .type-label {
713 - background-position: -301px -899px;
714 -}
715 -
716 502 /******************************************************************************/
717 503 /******************************** OTHER STYLES ******************************/
718 504 /******************************************************************************/
719 505
@@ -790,12 +576,14 @@
790 576 border: medium none rgb(100, 100, 100) !important;
791 577 border: 1px solid #b0b0b0 !important;
792 578 color: #646464 !important;
793 579 background: #e6e6e6 url("../images/computer.png") no-repeat scroll 7px 1px !important;
580 + -webkit-box-shadow: none !important;
794 581 box-shadow: none !important;
795 582 text-shadow: none!important;
796 583 font-family: "Open Sans",sans-serif;
797 584 font-weight: 700;
585 + -webkit-transition: all 0.3s ease 0s;
798 586 transition: all 0.3s ease 0s;
799 587 }
800 588
801 589 .computer-btn:hover {
@@ -802,10 +590,14 @@
802 590 padding-left: 27px !important;
803 591 border: 1px solid #2f8cea !important;
804 592 color: white !important;
805 593 background: #2f8cea url("../images/computer.png") no-repeat scroll 7px -36px !important;
594 + -webkit-box-shadow: 0 1px 0 rgba(171, 171, 171, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15) !important;
595 + -webkit-box-shadow: none !important;
806 596 box-shadow: 0 1px 0 rgba(171, 171, 171, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15) !important;
807 597 box-shadow: none !important;
598 + -webkit-transition: all 0.3s ease 0s;
599 + -webkit-transition: all 0.3s ease;
808 600 transition: all 0.3s ease 0s;
809 601 transition: all 0.3s ease;
810 602 }
811 603
@@ -819,11 +611,13 @@
819 611 border: medium none #646464 !important;
820 612 border: 1px solid #b0b0b0 !important;
821 613 color: #646464 !important;
822 614 background: #e6e6e6 url("../images/web.png") no-repeat scroll 7px 1px !important;
615 + -webkit-box-shadow: none !important;
823 616 box-shadow: none !important;
824 617 font-family: "Open Sans",sans-serif;
825 618 font-weight: 700;
619 + -webkit-transition: all 0.3s ease 0s;
826 620 transition: all 0.3s ease 0s;
827 621 /*margin-left: 2px !important;*/
828 622 }
829 623
@@ -832,9 +626,12 @@
832 626 /*margin-left: 2px !important;*/
833 627 border: 1px solid #89b158 !important;
834 628 color: white !important;
835 629 background: #89b158 url("../images/web.png") no-repeat scroll 7px -38px !important;
630 + -webkit-box-shadow: none !important;
836 631 box-shadow: none !important;
632 + -webkit-transition: all 0.3s ease 0s;
633 + -webkit-transition: all 0.3s ease;
837 634 transition: all 0.3s ease 0s;
838 635 transition: all 0.3s ease;
839 636 }
840 637
@@ -851,11 +648,13 @@
851 648 border: medium none #646464 !important;
852 649 border: 1px solid #b0b0b0 !important;
853 650 color: #646464 !important;
854 651 background: #e6e6e6 url("../images/from_chart.png") no-repeat scroll 7px 1px !important;
652 + -webkit-box-shadow: none !important;
855 653 box-shadow: none !important;
856 654 font-family: "Open Sans",sans-serif;
857 655 font-weight: 700;
656 + -webkit-transition: all 0.3s ease 0s;
858 657 transition: all 0.3s ease 0s;
859 658 /*margin-left: 2px !important;
860 659 margin-top: 2px !important;*/
861 660 }
@@ -865,9 +664,12 @@
865 664 /*margin-left: 2px !important;*/
866 665 border: 1px solid #10aecb !important;
867 666 color: white !important;
868 667 background: #10aecb url("../images/from_chart.png") no-repeat scroll 7px -36px !important;
668 + -webkit-box-shadow: none !important;
869 669 box-shadow: none !important;
670 + -webkit-transition: all 0.3s ease 0s;
671 + -webkit-transition: all 0.3s ease;
870 672 transition: all 0.3s ease 0s;
871 673 transition: all 0.3s ease;
872 674 /*margin-top: 2px !important;*/
873 675 }
@@ -874,10 +676,10 @@
874 676
875 677 input#existing-chart {
876 678 /*left: 18px;
877 679 width: 110px;
878 - position: relative;*/
879 - }
680 + position: relative;*/
681 +}
880 682
881 683 select#chart-id {
882 684 float: right;
883 685 width: 146px;
@@ -889,10 +691,12 @@
889 691 margin: 0 auto;
890 692 border: 1px solid #2c80d6 !important;
891 693 color: white !important;
892 694 background-color: #2f8cea !important;
695 + -webkit-box-shadow: none !important;
893 696 box-shadow: none !important;
894 697 text-shadow: none;
698 + -webkit-transition: all 0.3s ease;
895 699 transition: all 0.3s ease;
896 700 }
897 701
898 702 .preview-btn {
@@ -898,11 +702,13 @@
898 702 .preview-btn {
899 703 border: 1px solid #2c80d6 !important;
900 704 color: white !important;
901 705 background-color: #2f8cea !important;
706 + -webkit-box-shadow: none !important;
902 707 box-shadow: none !important;
903 708 font-family: "Open Sans",sans-serif;
904 709 font-weight: 700;
710 + -webkit-transition: all 0.3s ease;
905 711 transition: all 0.3s ease;
906 712 }
907 713
908 714 .preview-btn:hover {
@@ -908,11 +714,13 @@
908 714 .preview-btn:hover {
909 715 border: 1px solid #2c80d6 !important;
910 716 color: white !important;
911 717 background-color: #2c80d6 !important;
718 + -webkit-box-shadow: none !important;
912 719 box-shadow: none !important;
913 720 font-family: "Open Sans",sans-serif;
914 721 font-weight: 700;
722 + -webkit-transition: all 0.3s ease;
915 723 transition: all 0.3s ease;
916 724 }
917 725
918 726 .show-live-btn {
@@ -919,8 +727,9 @@
919 727 width: 100%;
920 728 margin-top: 15px !important;
921 729 border-color: #e98b00 !important;
922 730 background-color: #f90 !important;
731 + -webkit-box-shadow: none !important;
923 732 box-shadow: none !important;
924 733 font-family: "Open Sans",sans-serif;
925 734 font-weight: 700;
926 735 }
@@ -929,11 +738,13 @@
929 738 width: 100%;
930 739 margin-top: 15px !important;
931 740 border-color: #e98b00 !important;
932 741 background-color: #ea8c00 !important;
742 + -webkit-box-shadow: none !important;
933 743 box-shadow: none !important;
934 744 font-family: "Open Sans",sans-serif;
935 745 font-weight: 700;
746 + -webkit-transition: all 0.3s ease;
936 747 transition: all 0.3s ease;
937 748 }
938 749
939 750 .check-pro-btn {
@@ -971,19 +782,8 @@
971 782 .hidden-setting {
972 783 display: none;
973 784 }
974 785
975 -.viz-select-library {
976 - color: #0085ba;
977 -}
978 -.viz-select-library.viz-hide-library {
979 - display: none;
980 -}
981 -
982 -.viz-select-library option:first-child {
983 - font-weight: bold;
984 -}
985 -
986 786 /* ====== RESPONSIVE ====== */
987 787
988 788 @media (max-width: 1366px) {
989 789 #rate-stars {
@@ -1008,12 +808,10 @@
1008 808 }
1009 809 }
1010 810
1011 811 #vz-chart-settings h2:hover,
1012 -#vz-chart-permissions h2:hover,
1013 -.sidebar-footer-link h2:hover,
1014 812 #vz-chart-review a:hover {
1015 - text-decoration: none;
813 + text-decoration: underline;
1016 814 }
1017 815
1018 816 #vz-chart-review a {
1019 817 color: #00a0d2;
@@ -1020,10 +818,8 @@
1020 818 text-decoration: none;
1021 819 }
1022 820
1023 821 #vz-chart-settings h2,
1024 -#vz-chart-permissions h2,
1025 -.sidebar-footer-link h2,
1026 822 #vz-chart-review h2 {
1027 823 padding: 0;
1028 824 border: none;
1029 825 font-size: 12px;
@@ -1031,45 +827,31 @@
1031 827 }
1032 828
1033 829 #vz-chart-review {
1034 830 right: 0;
1035 - bottom: 10px;
831 + bottom: 40px;
832 + -webkit-box-sizing: border-box;
1036 833 box-sizing: border-box;
1037 - width: 40%;
1038 - padding-right: 6px;
834 + width: 50%;
835 + padding-right: 20px;
1039 836 text-align: right;
1040 837 }
1041 838
1042 839 #vz-chart-settings.bottom-fixed h2 {
1043 - padding-left: 6px;
840 + padding-left: 20px;
1044 841 }
1045 842
1046 843 #vz-chart-settings {
1047 844 bottom: 40px;
1048 845 left: 0;
846 + -webkit-box-sizing: border-box;
1049 847 box-sizing: border-box;
1050 - width: 33%;
848 + width: 50%;
1051 849 text-align: left;
1052 850 }
1053 851
1054 -#vz-chart-permissions:not(.open) h2 {
1055 - display: inline-block;
1056 - width: 100%;
1057 - margin: 0;
1058 - text-align: right;
1059 -}
1060 -
1061 -#vz-chart-permissions {
1062 - right: 0;
1063 - bottom: 40px;
1064 - box-sizing: border-box;
1065 - width: 33%;
1066 - text-align: left;
1067 -}
1068 -
1069 -#vz-chart-permissions h2,
1070 -#vz-chart-settings h2,
1071 -.sidebar-footer-link h2 {
852 +#vz-chart-review,
853 +#vz-chart-settings h2 {
1072 854 display: inline;
1073 855 color: #00a0d2;
1074 856 background: none;
1075 857 font-family: "Open Sans",sans-serif;
@@ -1075,11 +857,8 @@
1075 857 font-family: "Open Sans",sans-serif;
1076 858 cursor: pointer;
1077 859 }
1078 860
1079 -.sidebar-footer-link,
1080 -#vz-chart-review,
1081 -#vz-chart-permissions,
1082 861 #vz-chart-settings {
1083 862 display: inline;
1084 863 background: none;
1085 864 cursor: pointer;
@@ -1084,11 +863,9 @@
1084 863 background: none;
1085 864 cursor: pointer;
1086 865 }
1087 866
1088 -.sidebar-footer-link > ul,
1089 867 #vz-chart-source > ul,
1090 -#vz-chart-permissions > ul,
1091 868 #vz-chart-settings > ul {
1092 869 position: relative;
1093 870 z-index: 10;
1094 871 border-bottom: 1px solid #ddd;
@@ -1094,97 +871,28 @@
1094 871 border-bottom: 1px solid #ddd;
1095 872 }
1096 873
1097 874 #vz-chart-copyright {
1098 - bottom: 60px;
875 + bottom: 10px;
1099 876 text-align: center;
1100 - z-index: 999;
1101 - background: #f3f3f3;
1102 877 }
1103 878
1104 -/* Import steps — stepped data-source + schedule flow */
1105 -.vz-import-step-btn {
1106 - width: 100%;
1107 - margin-bottom: 4px !important;
1108 - text-align: left;
1109 -}
1110 -
1111 -.vz-import-step-toggle {
1112 - display: flex;
1113 - justify-content: space-between;
1114 - align-items: center;
1115 - width: 100%;
1116 - margin: 0;
1117 - padding: 5px 10px;
1118 - background: #f0f0f1;
1119 - border: 1px solid #c3c4c7;
1120 - border-radius: 2px;
1121 - cursor: pointer;
1122 - font-size: 13px;
1123 - color: #50575e;
1124 - line-height: 2;
1125 -}
1126 -
1127 -.vz-import-step-toggle:hover {
1128 - background: #e5e5e5;
1129 - border-color: #a7aaad;
1130 -}
1131 -
1132 -.vz-import-step-toggle .dashicons {
1133 - transition: transform 0.2s ease;
1134 - flex-shrink: 0;
1135 -}
1136 -
1137 -.vz-import-step-toggle[aria-expanded="true"] .dashicons {
1138 - transform: rotate(180deg);
1139 -}
1140 -
1141 -#vz-wp-sync-options,
1142 -#vz-db-sync-options {
1143 - padding-top: 8px;
1144 -}
1145 -
1146 879 #sidebar {
1147 880 border-left: 1px solid #ddd;
1148 881 background: #f3f3f3;
1149 882 }
1150 883
1151 -#vz-chart-permissions.open h2 {
1152 - position: absolute;
1153 - right: 6px;
1154 - bottom: 28px;
1155 - left: auto;
1156 - width: 50%;
1157 - text-align: right;
1158 -}
1159 -
1160 884 #vz-chart-settings.open h2 {
1161 885 position: absolute;
1162 886 bottom: 28px;
1163 - left: 6px;
1164 -}
1165 -
1166 -#vz-chart-permissions .viz-group-header,
1167 -#vz-chart-settings.open .viz-group-header {
1168 - display: block;
1169 -}
1170 -
1171 -#vz-chart-permissions .viz-group-header,
1172 -#vz-chart-settings .viz-group-header {
1173 - display: none;
1174 -}
1175 -
1176 -.sidebar-footer-link.open h2 {
1177 - position: absolute;
1178 - bottom: 28px;
1179 887 left: 20px;
1180 888 }
1181 889
1182 -.sidebar-footer-link.open .viz-group-header {
890 +#vz-chart-settings.open .group-header {
1183 891 display: block;
1184 892 }
1185 893
1186 -.sidebar-footer-link .viz-group-header {
894 +#vz-chart-settings .group-header {
1187 895 display: none;
1188 896 }
1189 897
1190 898 #vz-csv-file-form,
@@ -1189,9 +897,8 @@
1189 897
1190 898 #vz-csv-file-form,
1191 899 #vz-one-time-import,
1192 900 #vz-schedule-import,
1193 -#vz-permissions .only-pro-content,
1194 901 .edit-data-content {
1195 902 text-align: center;
1196 903 }
1197 904
@@ -1205,9 +912,9 @@
1205 912 width: 100%;
1206 913 margin: 0 0 15px;
1207 914 }
1208 915
1209 -.viz-group .dashicons-lock {
916 +.group .dashicons-lock {
1210 917 display: none;
1211 918 }
1212 919
1213 920 .only-pro-feature .dashicons-lock {
@@ -1213,10 +920,10 @@
1213 920 .only-pro-feature .dashicons-lock {
1214 921 display: inline;
1215 922 }
1216 923
1217 -.viz-section-title .dashicons,
1218 -.viz-group-title .dashicons {
924 +.section-title .dashicons,
925 +.group-title .dashicons {
1219 926 width: 18px;
1220 927 height: 18px;
1221 928 margin-left: 3px;
1222 929 font-size: 18px;
@@ -1239,36 +946,30 @@
1239 946 bottom: 0;
1240 947 left: 0;
1241 948 width: 100%;
1242 949 opacity: 0;
1243 - pointer-events: none;
1244 950 background: rgba(253,253,253,0.9);
951 + -webkit-transition: 0.5s ease;
1245 952 transition: 0.5s ease;
1246 953 }
1247 954
1248 955 .only-pro-feature:hover .only-pro-content {
1249 956 opacity: 1;
1250 - pointer-events: auto;
1251 957 }
1252 958
1253 959 .only-pro-container {
1254 - display: flex;
1255 - align-items: center;
1256 - justify-content: center;
960 + display: table;
1257 961 width: 100%;
1258 962 height: 100%;
1259 963 }
1260 964
1261 965 .only-pro-inner {
1262 - display: flex;
1263 - flex-direction: column;
1264 - align-items: center;
1265 - justify-content: center;
1266 - gap: 12px;
966 + display: table-cell;
967 + vertical-align: middle;
1267 968 }
1268 969
1269 970 .only-pro-content p {
1270 - margin: 0;
971 + margin: 0 0 15px;
1271 972 font-size: 14px;
1272 973 font-weight: 700;
1273 974 }
1274 975
@@ -1275,25 +976,20 @@
1275 976 .only-pro-content a {
1276 977 display: inline-block;
1277 978 padding: 7px 12px;
1278 979 color: #fff;
1279 - background: #3F57E1;
980 + background: #ff595e;
1280 981 font-weight: 600;
1281 982 text-decoration: none;
983 + text-transform: uppercase;
984 + -webkit-transition: 0.1s ease;
1282 985 transition: 0.1s ease;
1283 - border-width: 1px;
1284 - border-style: solid;
1285 - border-radius: 3px;
1286 986 }
1287 987
1288 988 .only-pro-content a:hover {
1289 - background: #2D419B;
989 + background: #ce484c;
1290 990 }
1291 991
1292 -.only-pro-anchor {
1293 - position: relative;
1294 -}
1295 -
1296 992 #sidebar::-webkit-scrollbar {
1297 993 width: 4px;
1298 994 }
1299 995
@@ -1298,580 +994,5 @@
1298 994 }
1299 995
1300 996 #sidebar::-webkit-scrollbar-thumb {
1301 997 background: #999;
1302 -}
1303 -
1304 -span.viz-section-error {
1305 - color: #ff0000;
1306 -}
1307 -
1308 -#visualizer-error-manual {
1309 - color: #ff595e;
1310 -}
1311 -
1312 -#vz-chart-permissions {
1313 - width: 43%;
1314 -}
1315 -
1316 -#vz-chart-permissions {
1317 - color: #ce484c;
1318 -}
1319 -
1320 -#vz-chart-permissions {
1321 - right: 6px;
1322 - bottom: 40px;
1323 - width: 35%;
1324 -}
1325 -
1326 -#permissions-form .only-pro-feature > ul {
1327 - position: relative;
1328 - text-align: center;
1329 -}
1330 -
1331 -/******************************************************************************/
1332 -/******************************** DB WIZARD ***********************************/
1333 -/******************************************************************************/
1334 -.db-wizard-condition .select-condition {
1335 - display: none;
1336 -}
1337 -
1338 -.db-wizard-condition .select-condition.active {
1339 - display: block;
1340 - max-width: 50%;
1341 - margin-top: 10px;
1342 - padding-top: 10px;
1343 - border-top: 1px solid #eee;
1344 - font-weight: 500;
1345 -}
1346 -
1347 -.db-wizard-results {
1348 - width: calc(100% - 350px);
1349 -}
1350 -
1351 -#db-wizard-form {
1352 - padding: 25px;
1353 -}
1354 -
1355 -.db-wizard-query label {
1356 - display: block;
1357 - min-width: 150px;
1358 - padding: 20px 0 5px;
1359 - color: rgba(0,0,0,0.85);
1360 - font-size: 18px;
1361 - font-weight: 500;
1362 -}
1363 -
1364 -.db-wizard-query .db-wizard-where label,
1365 -.db-wizard-query .db-wizard-from label {
1366 - padding-top: 0;
1367 -}
1368 -
1369 -.db-wizard-query > div:not(:last-child) {
1370 - margin-bottom: 15px;
1371 -}
1372 -
1373 -.db-wizard-query .select-condition > div {
1374 - display: block;
1375 -}
1376 -
1377 -.db-wizard-query .chosen-container {
1378 - width: auto;
1379 -}
1380 -
1381 -.db-wizard-query .chosen-container-single .chosen-single {
1382 - border: 1px solid #ccc;
1383 - background: #fff;
1384 - box-shadow: none;
1385 - font-size: 13px;
1386 - font-weight: 500;
1387 -}
1388 -
1389 -.db-wizard-templates,
1390 -.db-wizard-templates > div {
1391 - display: block;
1392 -}
1393 -
1394 -.db-wizard-templates > div {
1395 - box-sizing: border-box;
1396 - width: 50%;
1397 - margin-top: 20px;
1398 - padding: 20px;
1399 - border: 1px solid #efefef;
1400 -}
1401 -
1402 -.db-wizard-templates > div:first-child {
1403 - margin-top: 0;
1404 -}
1405 -
1406 -.db-wizard-query .chosen-container-multi .chosen-choices {
1407 - padding: 5px;
1408 - border-color: #ccc;
1409 - background: #fff;
1410 - box-shadow: none;
1411 -}
1412 -
1413 -.db-wizard-results .dataTables_wrapper .dataTables_filter input,
1414 -.db-wizard-query .select-condition-operand input,
1415 -.db-wizard-limit input {
1416 - width: 50%;
1417 - padding-left: 7px;
1418 - border: 1px solid #ccc;
1419 - border-radius: 6px;
1420 - background: #fff;
1421 - box-shadow: none;
1422 - font-size: 13px;
1423 -}
1424 -
1425 -.db-wizard-limit input {
1426 - display: inline;
1427 - width: 150px;
1428 - margin: 0 0 20px 20px;
1429 -}
1430 -
1431 -.db-wizard-limit label {
1432 - display: inline;
1433 -}
1434 -
1435 -.db-wizard-query .select-condition-operand input::-webkit-input-placeholder {
1436 - color: #cdcdcd;
1437 -}
1438 -
1439 -.db-wizard-query .select-condition-operand input:-ms-input-placeholder {
1440 - color: #cdcdcd;
1441 -}
1442 -
1443 -.db-wizard-query .select-condition-operand input::placeholder {
1444 - color: #cdcdcd;
1445 -}
1446 -
1447 -.db-wizard-query .chosen-container-multi .chosen-choices li.search-choice {
1448 - padding: 5px 30px 5px 5px;
1449 - border-color: #ccc;
1450 - background: #fff;
1451 - box-shadow: none;
1452 - font-weight: 600;
1453 -}
1454 -
1455 -.db-wizard-results table > thead > tr > th {
1456 - padding: 15px 8px;
1457 - border: none;
1458 - color: #252422;
1459 - background: #fff;
1460 - font-size: 18px;
1461 - font-weight: 500;
1462 - text-align: left;
1463 -}
1464 -
1465 -.db-wizard-results table > tbody > tr > td,
1466 -.dataTables_info {
1467 - padding: 15px 8px;
1468 - border-top: 1px solid #a2a2a2;
1469 - color: #252422;
1470 - font-size: 14px;
1471 - font-weight: 300;
1472 -}
1473 -
1474 -.db-wizard-results table > tbody > tr.odd {
1475 - background-color: #f7f7f7;
1476 -}
1477 -
1478 -.db-wizard-results table.dataTable.no-footer {
1479 - border: none;
1480 -}
1481 -
1482 -.db-wizard-results .dataTables_wrapper .dataTables_info {
1483 - border-top: 1px solid #ccc5b9;
1484 - color: #a2a2a2;
1485 - font-size: 12px;
1486 - font-weight: 500;
1487 -}
1488 -
1489 -.db-wizard-results .dataTables_filter label {
1490 - font-size: 18px;
1491 - font-weight: 500;
1492 -}
1493 -
1494 -.db-wizard-where-template-remove,
1495 -.db-wizard-where-template-add {
1496 - width: auto;
1497 - height: 25px;
1498 - margin-top: 10px;
1499 - border: none;
1500 - border-radius: 3px;
1501 - color: #fff;
1502 - font-size: 12px;
1503 - cursor: pointer;
1504 - transition: 0.3s ease;
1505 -}
1506 -
1507 -.db-wizard-where-template-remove:hover,
1508 -.db-wizard-where-template-add:hover {
1509 - opacity: 0.8;
1510 -}
1511 -
1512 -.db-wizard-results .dataTables_wrapper .dataTables_filter {
1513 - float: none;
1514 - text-align: left;
1515 -}
1516 -
1517 -.db-wizard-where-template-add {
1518 - background-color: #34a85e;
1519 -}
1520 -
1521 -.db-wizard-where-template-remove {
1522 - background-color: #ff0d00;
1523 -}
1524 -
1525 -#db-query-form .CodeMirror-wrap {
1526 - height: 200px;
1527 - padding: 15px;
1528 - color: #fff;
1529 - background: #282923;
1530 - font-size: 15px;
1531 -}
1532 -
1533 -#db-query-form .CodeMirror-wrap .CodeMirror-cursor {
1534 - border-left: 1px solid #fff !important;
1535 -}
1536 -
1537 -#db-query-form .CodeMirror-wrap .CodeMirror-placeholder {
1538 - color: #fff;
1539 -}
1540 -
1541 -#db-query-form .CodeMirror-wrap pre {
1542 - color: #fff !important;
1543 -}
1544 -
1545 -#db-query-form .CodeMirror-wrap pre .cm-keyword {
1546 - color: #FF6188 !important;
1547 -}
1548 -
1549 -#db-query-form .CodeMirror-wrap pre .cm-builtin {
1550 - color: #78DCE8 !important;
1551 -}
1552 -
1553 -#db-query-form .CodeMirror-wrap pre .cm-comment {
1554 - color: #74705d !important;
1555 -}
1556 -
1557 -#db-query-form .CodeMirror-wrap pre .cm-number,
1558 -#db-query-form .CodeMirror-wrap pre .cm-string {
1559 - color: #A9DC76 !important;
1560 -}
1561 -
1562 -.visualizer-db-query-form > div {
1563 - display: block;
1564 - width: 15%;
1565 - vertical-align: middle;
1566 -}
1567 -
1568 -#visualizer-db-query {
1569 - padding: 20px;
1570 -}
1571 -
1572 -.visualizer-db-query-form > div:first-child {
1573 - width: 100%;
1574 - margin-bottom: 20px;
1575 -}
1576 -
1577 -.db-wizard-error {
1578 - color: #f00;
1579 - padding: 16px 0;
1580 -}
1581 -
1582 -.db-wizard-hints,
1583 -.json-wizard-hints,
1584 -.html-table-editor-hints {
1585 - margin-bottom: 30px;
1586 - color: #0085ba;
1587 -}
1588 -
1589 -.db-wizard-hints .visualizer-emboss,
1590 -.db-wizard-hints a,
1591 -.html-table-editor-hints a,
1592 -.json-wizard-hints .visualizer-emboss,
1593 -.json-wizard-hints a {
1594 - color: #f92472;
1595 -}
1596 -
1597 -.db-wizard-hints ul,
1598 -.html-table-editor-hints ul,
1599 -.json-wizard-hints ul {
1600 - list-style: square;
1601 - padding: 0 16px;
1602 -}
1603 -
1604 -.db-wizard-results .dataTables_wrapper .dataTables_info {
1605 - width: calc(100% - 17px);
1606 -}
1607 -
1608 -
1609 -/******************************************************************************/
1610 -/************************ manual config JSON editor *************************/
1611 -/******************************************************************************/
1612 -code.viz-manual-config-example {
1613 - display: block;
1614 - white-space: pre;
1615 - background: #f5f5f5;
1616 - border: 1px solid #e0e0e0;
1617 - border-radius: 3px;
1618 - padding: 6px 8px;
1619 - margin-top: 6px;
1620 - font-size: 11px;
1621 - line-height: 1.5;
1622 -}
1623 -
1624 -
1625 -textarea[name="manual"] + .CodeMirror {
1626 - background: #282923;
1627 - color: #f8f8f2;
1628 - border-radius: 4px;
1629 - height: 200px;
1630 - font-size: 13px;
1631 -}
1632 -
1633 -textarea[name="manual"] + .CodeMirror .CodeMirror-scroll {
1634 - min-height: 200px;
1635 -}
1636 -
1637 -textarea[name="manual"] + .CodeMirror .CodeMirror-gutters {
1638 - background: #1e1f1c;
1639 - border-right: 1px solid #404040;
1640 - color: #75715e;
1641 -}
1642 -
1643 -textarea[name="manual"] + .CodeMirror .CodeMirror-linenumber {
1644 - color: #75715e;
1645 -}
1646 -
1647 -textarea[name="manual"] + .CodeMirror .CodeMirror-cursor {
1648 - border-left: 1px solid #f8f8f0;
1649 -}
1650 -
1651 -textarea[name="manual"] + .CodeMirror .CodeMirror-selected {
1652 - background: #49483e;
1653 -}
1654 -
1655 -textarea[name="manual"] + .CodeMirror pre.CodeMirror-line,
1656 -textarea[name="manual"] + .CodeMirror pre.CodeMirror-line-like {
1657 - color: #f8f8f2;
1658 -}
1659 -
1660 -textarea[name="manual"] + .CodeMirror .cm-string {
1661 - color: #A9DC76;
1662 -}
1663 -
1664 -textarea[name="manual"] + .CodeMirror .cm-number {
1665 - color: #AB9DF2;
1666 -}
1667 -
1668 -textarea[name="manual"] + .CodeMirror .cm-atom {
1669 - color: #78DCE8;
1670 -}
1671 -
1672 -textarea[name="manual"] + .CodeMirror .cm-punctuation,
1673 -textarea[name="manual"] + .CodeMirror .cm-bracket {
1674 - color: #f8f8f2;
1675 -}
1676 -
1677 -/******************************************************************************/
1678 -/******************************** data tables *******************************/
1679 -/******************************************************************************/
1680 -.db-wizard-results .dt-button {
1681 - display: none !important;
1682 -}
1683 -
1684 -.dt-button.buttons-print {
1685 - display: none;
1686 -}
1687 -
1688 -/******************************************************************************/
1689 -/******************************** json table *********************************/
1690 -/******************************************************************************/
1691 -#json-conclude-form .results {
1692 - min-width: 10px !important;
1693 -}
1694 -
1695 -#json-conclude-form .json-table {
1696 - width: 85%;
1697 -}
1698 -
1699 -#vz-import-json-url,
1700 -#vz-import-json-root,
1701 -#vz-import-json-paging {
1702 - width: 75%;
1703 -}
1704 -
1705 -#json-conclude-form .json-table,
1706 -#json-conclude-form button#visualizer-json-conclude {
1707 - display: inline-block;
1708 - vertical-align: middle;
1709 -}
1710 -
1711 -.viz-editor-table tbody tr:first-child {
1712 - background-color: #ececec !important;
1713 -}
1714 -
1715 -.viz-editor-table tr th {
1716 - background-color: #cccccc;
1717 -}
1718 -
1719 -.viz-editor-table thead tr th:nth-child(n+1) {
1720 - cursor: move !important;
1721 -}
1722 -
1723 -#json-conclude-form .json-wizard-hints .info,
1724 -.html-table-editor-hints .info {
1725 - margin: 1% 0px;
1726 -}
1727 -
1728 -.viz-step.ui-state-active {
1729 - border-color: #0085BA !important;
1730 - background: #0085BA !important;
1731 - color: #ffffff;
1732 -}
1733 -
1734 -.viz-substep {
1735 - outline: 0 !important;
1736 - border: 0 !important;
1737 - background: none !important;
1738 - text-transform: uppercase;
1739 -}
1740 -
1741 -.viz-substep.ui-state-active {
1742 -}
1743 -
1744 -.viz-substep ~ .ui-accordion-content {
1745 - outline: 0 !important;
1746 - border: 0 !important;
1747 - font-size: smaller;
1748 -}
1749 -
1750 -.viz-substep ~ div {
1751 - display: table;
1752 -}
1753 -
1754 -.viz-substep ~ div > div {
1755 - display: table-row;
1756 -}
1757 -
1758 -.viz-substep ~ div > div div {
1759 - display: table-cell;
1760 - padding: 5px;
1761 -}
1762 -
1763 -.json-wizard-header .field-title {
1764 - position: absolute;
1765 - left: 30px;
1766 -}
1767 -/******************************************************************************/
1768 -/******************************** html table editor **************************/
1769 -/******************************************************************************/
1770 -.viz-simple-editor-type,
1771 -.viz-simple-editor {
1772 - display: none;
1773 -}
1774 -
1775 -.viz-table-editor {
1776 - width: 75%;
1777 - margin-left: 2%;
1778 -}
1779 -
1780 -.viz-html-table,
1781 -button#visualizer-save-html-table {
1782 - display: inline-block;
1783 - vertical-align: middle;
1784 -}
1785 -
1786 -
1787 -/******************************************************************************/
1788 -/******************************** text area editor **************************/
1789 -/******************************************************************************/
1790 -.viz-text-editor {
1791 - padding: 20px;
1792 - z-index: 9999;
1793 - box-sizing: border-box;
1794 - padding-right: 320px;
1795 -}
1796 -
1797 -.viz-text-editor textarea {
1798 - width: 85%;
1799 - overflow: auto;
1800 - background: #282923;
1801 - color: #ffffff;
1802 - padding: 15px;
1803 - height: 400px;
1804 - font-size: 15px;
1805 -}
1806 -
1807 -.viz-text-editor textarea,
1808 -button#viz-text-editor-button {
1809 - display: inline-block;
1810 - vertical-align: middle;
1811 -}
1812 -
1813 -.viz-simple-editor .viz-html-table {
1814 - width: 95%;
1815 -}
1816 -
1817 -/******************************************************************************/
1818 -/******************************** chartjs ***********************************/
1819 -/******************************************************************************/
1820 -
1821 -canvas.chartjs-render-monitor {
1822 - height: 500px !important;
1823 -}
1824 -
1825 -/******************************************************************************/
1826 -/******************************** Frontend Actions ***********************************/
1827 -/******************************************************************************/
1828 -#vz-frontend-actions .only-pro-inner, #vz-data-controls .only-pro-inner {
1829 - text-align: center;
1830 -}
1831 -
1832 -/******************************************************************************/
1833 -/******************************** chart type box upsell ***********************/
1834 -/******************************************************************************/
1835 -
1836 -.pro-upsell .pro-upsell-overlay {
1837 - position: absolute;
1838 - width: 100%;
1839 - height: 100%;
1840 - left: 0;
1841 - top: 0;
1842 - display: grid;
1843 - place-items: center;
1844 - background-color: rgba(255, 255, 255, 0.7);
1845 - z-index: 1;
1846 - opacity: 0;
1847 - visibility: hidden;
1848 - transition: all .3s ease-in-out;
1849 -}
1850 -.pro-upsell:hover .pro-upsell-overlay{
1851 - opacity: 1;
1852 - visibility: visible;
1853 -}
1854 -
1855 -.pro-upsell .pro-upsell-overlay .button {
1856 - width: 155px;
1857 - height: 39px;
1858 - background: #007CBA;
1859 - border-radius: 4px;
1860 - display: flex;
1861 - align-items: center;
1862 - text-align: center;
1863 - color: #FFFFFF;
1864 - justify-content: center;
1865 -}
1866 -.pro-upsell .pro-upsell-overlay .button.button-secondary{
1867 - background: #ffffff;
1868 - color: #007CBA;
1869 -}
1870 -.pro-upsell .pro-upsell-overlay .pro-upsell-action {
1871 - display: flex;
1872 - gap: 20px;
1873 -}
1874 -.pro-upsell .pro-upsell-overlay .pro-upsell-action .button{
1875 - width: 100%;
1876 - text-align: center;
1877 998 }