PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 3.2.0
Visualizer – Tables & Charts Manager with Built-in AI Generator v3.2.0
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 +109 -552 4.0.63.2.0 View file →
@@ -16,31 +16,9 @@
16 16 right: 310px;
17 17 bottom: 10px;
18 18 left: 10px;
19 19 }
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 -}
20 +
43 21 .loader {
44 22 position: absolute;
45 23 top: 50%;
46 24 left: 50%;
@@ -52,19 +30,19 @@
52 30 /******************************** SIDEBAR ***********************************/
53 31 /******************************************************************************/
54 32
55 33 #sidebar {
56 - overflow-x: hidden;
57 - overflow-y: auto;
34 + overflow: auto;
58 35 position: absolute;
59 - z-index: 80;
36 + z-index: 75;
60 37 top: 0;
61 38 right: 0;
62 39 bottom: 60px;
63 - width: 350px;
64 - border-left: 1px solid #ddd;
65 - background: #f8f9fa;
66 - overscroll-behavior: contain;
40 + width: 299px;
41 + border-left: 1px solid #dfdfdf;
42 + background: whitesmoke;
43 +
44 + -webkit-overflow-scrolling: touch;
67 45 }
68 46
69 47 .viz-group {
70 48 margin: 0;
@@ -82,13 +60,13 @@
82 60 background: #fff;
83 61 }
84 62
85 63 .viz-group-wrapper ul .viz-group-title {
86 - border-top: 1px solid #e5e5e5;
64 + border-top: 1px solid #ddd;
87 65 }
88 66
89 67 .viz-group-wrapper ul li {
90 - border-top: 1px solid #e5e5e5;
68 + border-top: 1px solid #ddd;
91 69 }
92 70
93 71 .viz-group-wrapper ul ul li.viz-subsection {
94 72 margin: 5px;
@@ -97,25 +75,21 @@
97 75
98 76 .viz-group-wrapper .viz-group .viz-group .viz-group-title {
99 77 position: relative;
100 78 margin: 0;
101 - padding: 12px 36px 12px 16px;
79 + padding: 10px 10px 11px 14px;
102 80 border-top: none;
103 81 border-bottom: none;
104 - border-left: 4px solid transparent;
82 + border-left: 4px solid #fff;
105 83 color: #555d66;
106 84 background-color: #fff;
107 - font-size: 13px;
85 + font-size: 14px;
108 86 font-weight: 600;
109 - line-height: 1.4;
87 + line-height: 21px;
110 88 cursor: pointer;
111 - 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 92 .viz-group-wrapper .viz-group .viz-group:hover .viz-group-title,
119 93 .viz-group-wrapper .viz-group .viz-group.open .viz-group-title {
120 94 border-left-color: #0073aa;
121 95 color: #0073aa;
@@ -124,15 +98,13 @@
124 98
125 99 .viz-group-wrapper .viz-group .viz-group .viz-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 109 .viz-group-wrapper .viz-group .viz-group.open .viz-group-title:after {
138 110 content: "\f347";
@@ -175,17 +147,15 @@
175 147 position: relative;
176 148 width: 100%;
177 149 height: 100%;
178 150 margin: 0;
179 - padding-bottom: 60px;
180 151 }
181 152
182 -.viz-group.bottom-fixed {
153 +.viz-group.bottom-fixed {
183 154 display: block;
184 - position: fixed;
185 - width: 350px;
186 - padding: 12px;
187 - margin: 0 auto;
155 + position: absolute;
156 + bottom: 0;
157 + width: 100%;
188 158 }
189 159
190 160 .viz-group ul li h2,
191 161 .viz-group ul li h3 {
@@ -201,9 +171,9 @@
201 171 .viz-group-content {
202 172 display: none;
203 173 margin: 0;
204 174 padding: 0;
205 - background-color: #fff;
175 + background-color: #fdfdfd;
206 176 }
207 177
208 178 div.viz-group-content {
209 179 padding: 15px;
@@ -236,46 +206,39 @@
236 206
237 207 .viz-section-title {
238 208 display: block;
239 209 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;
210 + margin-bottom: 5px;
211 + padding: 4px 20px;
212 + border-top: 1px solid #eee;
213 + border-bottom: 1px solid #eee;
214 + background-color: rgba(0, 0, 0, 0.02);
215 + box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.1);
216 + font-weight: bold;
250 217 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 218 }
253 219
254 -.viz-section-title:hover,
255 -.viz-section-title.open {
256 - border-left-color: #0073aa;
257 - color: #0073aa;
258 - background-color: #f0f6fb;
259 -}
260 -
261 220 .viz-group-wrapper ul ul li .viz-section-title {
262 - border-left: 3px solid transparent;
221 + margin-bottom: 0;
222 + border: none;
223 + box-shadow: none;
263 224 }
264 225
265 226 .viz-section-title::after {
266 227 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;
228 + z-index: 1;
229 + top: 13px;
230 + right: 20px;
231 + width: 0;
232 + height: 0;
233 + border-width: 4px 4px 0;
234 + border-style: solid;
235 + border-color: #ccc transparent;
236 + content: "";
274 237 }
275 238
276 239 .viz-section-title.open::after {
277 - content: "\f347";
240 + border-width: 0 4px 4px;
278 241 }
279 242
280 243 .section-items,
281 244 .viz-section-items {
@@ -295,19 +258,8 @@
295 258 font-weight: normal;
296 259 text-decoration: none;
297 260 }
298 261
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 262 .viz-section-description {
311 263 margin: 0;
312 264 /*display: none;*/
313 265 padding: 0;
@@ -321,9 +273,9 @@
321 273
322 274 .section-delimiter,
323 275 .viz-section-delimiter {
324 276 margin: 15px 0;
325 - border-top: 1px solid #e5e5e5;
277 + border-top: 1px dashed #ccc;
326 278 }
327 279
328 280 .viz-section-table-column {
329 281 width: 50%;
@@ -361,9 +313,9 @@
361 313
362 314 #rate-the-plugin {
363 315 margin-top: 40px;
364 316 padding: 20px;
365 - border-top: 1px solid #e5e5e5;
317 + border-top: 1px dashed #ddd;
366 318 text-align: center;
367 319 }
368 320
369 321 .rate-the-plugin {
@@ -390,111 +342,8 @@
390 342 margin-top: 15px;
391 343 text-align: center;
392 344 }
393 345
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 346 /******************************************************************************/
498 347 /******************************** TOOLBAR ***********************************/
499 348 /******************************************************************************/
500 349
@@ -513,9 +362,8 @@
513 362 }
514 363
515 364 #toolbar .push-right {
516 365 float: right;
517 - margin-right: 10px;
518 366 }
519 367
520 368 #toolbar .push-left {
521 369 float: left;
@@ -531,20 +379,8 @@
531 379 width: 30%;
532 380 vertical-align: top;
533 381 }
534 382
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 383 /******************************************************************************/
548 384 /******************************** TYPE PICKER ******************************/
549 385 /******************************************************************************/
550 386
@@ -551,68 +387,52 @@
551 387 .type-box span {
552 388 display: block;
553 389 position: absolute;
554 390 right: 0;
555 - bottom: 0;
391 + bottom: -6px;
556 392 width: 100%;
557 - padding: 6px 0;
558 - border-top: 1px solid #e5e5e5;
559 - background-color: #fff;
560 - font-weight: 600;
561 - font-size: 12px;
393 + padding: 4px 0;
394 + border-top: 1px dashed #ddd;
395 + border-bottom: 1px dashed #ddd;
396 + background: #e0e0e0;
397 + background-color: #efefef;
398 + box-shadow: 0 0 8px #ddd;
399 + font-weight: bold;
562 400 text-align: center;
563 - color: #555d66;
564 401 }
565 402
566 403 .type-box .pro-upsell {
567 - color: #d63638;
404 + color: #c55555;
568 405 }
569 406
570 407 #type-picker {
571 - max-width: 960px;
572 - margin: 30px auto;
573 - padding: 0 16px;
574 - display: flex;
575 - flex-wrap: wrap;
576 - gap: 16px;
408 + width: 954px;
409 + margin: 50px auto;
577 410 }
578 411
579 412 .type-box {
413 + float: left;
580 414 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;
415 + margin: 0 20px 20px 0;
416 + border: 1px dashed #ddd;
417 + background-color: #efefef;
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,28 @@
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;
486 +.type-box-column .type-label {
487 + background-position: -600px -225px;
688 488 }
689 489
690 -.type-box-column .type-label {
691 - background-position: -600px -225px;
490 +.type-box-dataTable .type-label {
491 + background-position: -301px -670px;
692 492 }
693 493
694 -.type-box-dataTable .type-label,
695 -.type-box-table .type-label,
696 -.type-box-tabular .type-label {
494 +.type-box-table .type-label {
697 495 background-position: -301px -670px;
698 496 }
699 497
700 498 .type-box-timeline .type-label {
701 - background-position: -8px -670px;
499 + background-position: -2px -670px;
702 500 }
703 501
704 502 .type-box-combo .type-label {
705 - background-position: -606px -670px;
503 + background-position: -597px -670px;
706 504 }
707 505
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 506 /******************************************************************************/
717 507 /******************************** OTHER STYLES ******************************/
718 508 /******************************************************************************/
719 509
@@ -874,10 +664,10 @@
874 664
875 665 input#existing-chart {
876 666 /*left: 18px;
877 667 width: 110px;
878 - position: relative;*/
879 - }
668 + position: relative;*/
669 +}
880 670
881 671 select#chart-id {
882 672 float: right;
883 673 width: 146px;
@@ -971,19 +761,8 @@
971 761 .hidden-setting {
972 762 display: none;
973 763 }
974 764
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 765 /* ====== RESPONSIVE ====== */
987 766
988 767 @media (max-width: 1366px) {
989 768 #rate-stars {
@@ -1094,56 +873,12 @@
1094 873 border-bottom: 1px solid #ddd;
1095 874 }
1096 875
1097 876 #vz-chart-copyright {
1098 - bottom: 60px;
877 + bottom: 10px;
1099 878 text-align: center;
1100 - z-index: 999;
1101 - background: #f3f3f3;
1102 879 }
1103 880
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 881 #sidebar {
1147 882 border-left: 1px solid #ddd;
1148 883 background: #f3f3f3;
1149 884 }
@@ -1189,9 +924,8 @@
1189 924
1190 925 #vz-csv-file-form,
1191 926 #vz-one-time-import,
1192 927 #vz-schedule-import,
1193 -#vz-permissions .only-pro-content,
1194 928 .edit-data-content {
1195 929 text-align: center;
1196 930 }
1197 931
@@ -1239,9 +973,8 @@
1239 973 bottom: 0;
1240 974 left: 0;
1241 975 width: 100%;
1242 976 opacity: 0;
1243 - pointer-events: none;
1244 977 background: rgba(253,253,253,0.9);
1245 978 transition: 0.5s ease;
1246 979 }
1247 980
@@ -1246,29 +979,23 @@
1246 979 }
1247 980
1248 981 .only-pro-feature:hover .only-pro-content {
1249 982 opacity: 1;
1250 - pointer-events: auto;
1251 983 }
1252 984
1253 985 .only-pro-container {
1254 - display: flex;
1255 - align-items: center;
1256 - justify-content: center;
986 + display: table;
1257 987 width: 100%;
1258 988 height: 100%;
1259 989 }
1260 990
1261 991 .only-pro-inner {
1262 - display: flex;
1263 - flex-direction: column;
1264 - align-items: center;
1265 - justify-content: center;
1266 - gap: 12px;
992 + display: table-cell;
993 + vertical-align: middle;
1267 994 }
1268 995
1269 996 .only-pro-content p {
1270 - margin: 0;
997 + margin: 0 0 15px;
1271 998 font-size: 14px;
1272 999 font-weight: 700;
1273 1000 }
1274 1001
@@ -1275,25 +1002,19 @@
1275 1002 .only-pro-content a {
1276 1003 display: inline-block;
1277 1004 padding: 7px 12px;
1278 1005 color: #fff;
1279 - background: #3F57E1;
1006 + background: #ff595e;
1280 1007 font-weight: 600;
1281 1008 text-decoration: none;
1009 + text-transform: uppercase;
1282 1010 transition: 0.1s ease;
1283 - border-width: 1px;
1284 - border-style: solid;
1285 - border-radius: 3px;
1286 1011 }
1287 1012
1288 1013 .only-pro-content a:hover {
1289 - background: #2D419B;
1014 + background: #ce484c;
1290 1015 }
1291 1016
1292 -.only-pro-anchor {
1293 - position: relative;
1294 -}
1295 -
1296 1017 #sidebar::-webkit-scrollbar {
1297 1018 width: 4px;
1298 1019 }
1299 1020
@@ -1301,9 +1022,9 @@
1301 1022 background: #999;
1302 1023 }
1303 1024
1304 1025 span.viz-section-error {
1305 - color: #ff0000;
1026 + color: #ff000;
1306 1027 }
1307 1028
1308 1029 #visualizer-error-manual {
1309 1030 color: #ff595e;
@@ -1521,8 +1242,15 @@
1521 1242 .db-wizard-where-template-remove {
1522 1243 background-color: #ff0d00;
1523 1244 }
1524 1245
1246 +#db-query-form .CodeMirror-scroll {
1247 + overflow: hidden !important;
1248 + height: 50%;
1249 + margin: 0;
1250 + padding: 0;
1251 +}
1252 +
1525 1253 #db-query-form .CodeMirror-wrap {
1526 1254 height: 200px;
1527 1255 padding: 15px;
1528 1256 color: #fff;
@@ -1542,15 +1270,11 @@
1542 1270 color: #fff !important;
1543 1271 }
1544 1272
1545 1273 #db-query-form .CodeMirror-wrap pre .cm-keyword {
1546 - color: #FF6188 !important;
1274 + color: #f92472 !important;
1547 1275 }
1548 1276
1549 -#db-query-form .CodeMirror-wrap pre .cm-builtin {
1550 - color: #78DCE8 !important;
1551 -}
1552 -
1553 1277 #db-query-form .CodeMirror-wrap pre .cm-comment {
1554 1278 color: #74705d !important;
1555 1279 }
1556 1280
@@ -1555,9 +1279,9 @@
1555 1279 }
1556 1280
1557 1281 #db-query-form .CodeMirror-wrap pre .cm-number,
1558 1282 #db-query-form .CodeMirror-wrap pre .cm-string {
1559 - color: #A9DC76 !important;
1283 + color: #fff !important;
1560 1284 }
1561 1285
1562 1286 .visualizer-db-query-form > div {
1563 1287 display: block;
@@ -1575,9 +1299,8 @@
1575 1299 }
1576 1300
1577 1301 .db-wizard-error {
1578 1302 color: #f00;
1579 - padding: 16px 0;
1580 1303 }
1581 1304
1582 1305 .db-wizard-hints,
1583 1306 .json-wizard-hints,
@@ -1597,9 +1320,8 @@
1597 1320 .db-wizard-hints ul,
1598 1321 .html-table-editor-hints ul,
1599 1322 .json-wizard-hints ul {
1600 1323 list-style: square;
1601 - padding: 0 16px;
1602 1324 }
1603 1325
1604 1326 .db-wizard-results .dataTables_wrapper .dataTables_info {
1605 1327 width: calc(100% - 17px);
@@ -1604,77 +1326,18 @@
1604 1326 .db-wizard-results .dataTables_wrapper .dataTables_info {
1605 1327 width: calc(100% - 17px);
1606 1328 }
1607 1329
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;
1330 +#vz-chart-docs {
1331 + right: 85px;
1332 + bottom: 40px;
1333 + width: 35%;
1622 1334 }
1623 1335
1624 -
1625 -textarea[name="manual"] + .CodeMirror {
1626 - background: #282923;
1627 - color: #f8f8f2;
1628 - border-radius: 4px;
1629 - height: 200px;
1630 - font-size: 13px;
1336 +#vz-chart-docs a {
1337 + text-decoration: none;
1631 1338 }
1632 1339
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 1340 /******************************************************************************/
1678 1341 /******************************** data tables *******************************/
1679 1342 /******************************************************************************/
1680 1343 .db-wizard-results .dt-button {
@@ -1680,12 +1343,8 @@
1680 1343 .db-wizard-results .dt-button {
1681 1344 display: none !important;
1682 1345 }
1683 1346
1684 -.dt-button.buttons-print {
1685 - display: none;
1686 -}
1687 -
1688 1347 /******************************************************************************/
1689 1348 /******************************** json table *********************************/
1690 1349 /******************************************************************************/
1691 1350 #json-conclude-form .results {
@@ -1691,16 +1350,13 @@
1691 1350 #json-conclude-form .results {
1692 1351 min-width: 10px !important;
1693 1352 }
1694 1353
1695 -#json-conclude-form .json-table {
1696 - width: 85%;
1697 -}
1698 -
1354 +#json-conclude-form .json-table,
1699 1355 #vz-import-json-url,
1700 1356 #vz-import-json-root,
1701 1357 #vz-import-json-paging {
1702 - width: 75%;
1358 + width: 85%;
1703 1359 }
1704 1360
1705 1361 #json-conclude-form .json-table,
1706 1362 #json-conclude-form button#visualizer-json-conclude {
@@ -1730,41 +1386,8 @@
1730 1386 background: #0085BA !important;
1731 1387 color: #ffffff;
1732 1388 }
1733 1389
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 1390 /******************************************************************************/
1768 1391 /******************************** html table editor **************************/
1769 1392 /******************************************************************************/
1770 1393 .viz-simple-editor-type,
@@ -1807,71 +1430,5 @@
1807 1430 .viz-text-editor textarea,
1808 1431 button#viz-text-editor-button {
1809 1432 display: inline-block;
1810 1433 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 1434 }