PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 3.8.0
Visualizer – Tables & Charts Manager with Built-in AI Generator v3.8.0
4.0.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 All 149 releases
← All changes | css/frame.css +99 -434 4.0.53.8.0 View file →
@@ -18,26 +18,13 @@
18 18 left: 10px;
19 19 }
20 20 #control_wrapper_canvas:not(:empty) {
21 21 margin: 15px 0 0 5px;
22 - position: relative;
23 - z-index: 1;
24 22 }
25 -#control_wrapper_canvas:not(:empty) + #canvas .google-visualization-table {
26 - top: 60px;
23 +#control_wrapper_canvas:not(:empty) + #canvas {
24 + top: 55px;
25 + left: 50px;
27 26 }
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 27 .goog-combobox input {
41 28 min-height: auto;
42 29 }
43 30 .loader {
@@ -52,19 +39,19 @@
52 39 /******************************** SIDEBAR ***********************************/
53 40 /******************************************************************************/
54 41
55 42 #sidebar {
56 - overflow-x: hidden;
57 - overflow-y: auto;
43 + overflow: auto;
58 44 position: absolute;
59 - z-index: 80;
45 + z-index: 75;
60 46 top: 0;
61 47 right: 0;
62 48 bottom: 60px;
63 49 width: 350px;
64 - border-left: 1px solid #ddd;
65 - background: #f8f9fa;
66 - overscroll-behavior: contain;
50 + border-left: 1px solid #dfdfdf;
51 + background: whitesmoke;
52 +
53 + -webkit-overflow-scrolling: touch;
67 54 }
68 55
69 56 .viz-group {
70 57 margin: 0;
@@ -82,13 +69,13 @@
82 69 background: #fff;
83 70 }
84 71
85 72 .viz-group-wrapper ul .viz-group-title {
86 - border-top: 1px solid #e5e5e5;
73 + border-top: 1px solid #ddd;
87 74 }
88 75
89 76 .viz-group-wrapper ul li {
90 - border-top: 1px solid #e5e5e5;
77 + border-top: 1px solid #ddd;
91 78 }
92 79
93 80 .viz-group-wrapper ul ul li.viz-subsection {
94 81 margin: 5px;
@@ -97,19 +84,19 @@
97 84
98 85 .viz-group-wrapper .viz-group .viz-group .viz-group-title {
99 86 position: relative;
100 87 margin: 0;
101 - padding: 12px 36px 12px 16px;
88 + padding: 10px 10px 11px 14px;
102 89 border-top: none;
103 90 border-bottom: none;
104 - border-left: 4px solid transparent;
91 + border-left: 4px solid #fff;
105 92 color: #555d66;
106 93 background-color: #fff;
107 - font-size: 13px;
94 + font-size: 14px;
108 95 font-weight: 600;
109 - line-height: 1.4;
96 + line-height: 21px;
110 97 cursor: pointer;
111 - transition: 0.15s color ease-in-out, 0.15s background-color ease-in-out, 0.15s border-color ease-in-out;
98 + transition: 0.15s color ease-in-out,0.15s background-color ease-in-out,0.15s border-color ease-in-out;
112 99 }
113 100
114 101 .viz-title-small {
115 102 font-size: smaller;
@@ -124,15 +111,13 @@
124 111
125 112 .viz-group-wrapper .viz-group .viz-group .viz-group-title:after {
126 113 position: absolute;
127 114 z-index: 1;
128 - top: 50%;
129 - right: 12px;
130 - transform: translateY(-50%);
131 - color: inherit;
132 - font: 400 18px/1 dashicons;
115 + top: 11px;
116 + right: 10px;
117 + color: #a0a5aa;
118 + font: 400 20px/1 dashicons;
133 119 content: "\f345";
134 - opacity: 0.6;
135 120 }
136 121
137 122 .viz-group-wrapper .viz-group .viz-group.open .viz-group-title:after {
138 123 content: "\f347";
@@ -175,17 +160,15 @@
175 160 position: relative;
176 161 width: 100%;
177 162 height: 100%;
178 163 margin: 0;
179 - padding-bottom: 60px;
180 164 }
181 165
182 -.viz-group.bottom-fixed {
166 +.viz-group.bottom-fixed {
183 167 display: block;
184 - position: fixed;
185 - width: 350px;
186 - padding: 12px;
187 - margin: 0 auto;
168 + position: absolute;
169 + bottom: 0;
170 + width: 100%;
188 171 }
189 172
190 173 .viz-group ul li h2,
191 174 .viz-group ul li h3 {
@@ -201,9 +184,9 @@
201 184 .viz-group-content {
202 185 display: none;
203 186 margin: 0;
204 187 padding: 0;
205 - background-color: #fff;
188 + background-color: #fdfdfd;
206 189 }
207 190
208 191 div.viz-group-content {
209 192 padding: 15px;
@@ -236,46 +219,39 @@
236 219
237 220 .viz-section-title {
238 221 display: block;
239 222 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;
223 + margin-bottom: 5px;
224 + padding: 4px 20px;
225 + border-top: 1px solid #eee;
226 + border-bottom: 1px solid #eee;
227 + background-color: rgba(0, 0, 0, 0.02);
228 + box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.1);
229 + font-weight: bold;
250 230 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 231 }
253 232
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 233 .viz-group-wrapper ul ul li .viz-section-title {
262 - border-left: 3px solid transparent;
234 + margin-bottom: 0;
235 + border: none;
236 + box-shadow: none;
263 237 }
264 238
265 239 .viz-section-title::after {
266 240 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;
241 + z-index: 1;
242 + top: 13px;
243 + right: 20px;
244 + width: 0;
245 + height: 0;
246 + border-width: 4px 4px 0;
247 + border-style: solid;
248 + border-color: #ccc transparent;
249 + content: "";
274 250 }
275 251
276 252 .viz-section-title.open::after {
277 - content: "\f347";
253 + border-width: 0 4px 4px;
278 254 }
279 255
280 256 .section-items,
281 257 .viz-section-items {
@@ -321,9 +297,9 @@
321 297
322 298 .section-delimiter,
323 299 .viz-section-delimiter {
324 300 margin: 15px 0;
325 - border-top: 1px solid #e5e5e5;
301 + border-top: 1px dashed #ccc;
326 302 }
327 303
328 304 .viz-section-table-column {
329 305 width: 50%;
@@ -361,9 +337,9 @@
361 337
362 338 #rate-the-plugin {
363 339 margin-top: 40px;
364 340 padding: 20px;
365 - border-top: 1px solid #e5e5e5;
341 + border-top: 1px dashed #ddd;
366 342 text-align: center;
367 343 }
368 344
369 345 .rate-the-plugin {
@@ -403,98 +379,10 @@
403 379 padding: 0;
404 380 }
405 381
406 382 #viz-tabs .wp-color-picker {
407 - width: 4rem !important;
383 + width: 4rem !important;
408 384 }
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 385 /******************************************************************************/
498 386 /******************************** TOOLBAR ***********************************/
499 387 /******************************************************************************/
500 388
@@ -531,20 +419,8 @@
531 419 width: 30%;
532 420 vertical-align: top;
533 421 }
534 422
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 423 /******************************************************************************/
548 424 /******************************** TYPE PICKER ******************************/
549 425 /******************************************************************************/
550 426
@@ -551,68 +427,52 @@
551 427 .type-box span {
552 428 display: block;
553 429 position: absolute;
554 430 right: 0;
555 - bottom: 0;
431 + bottom: -6px;
556 432 width: 100%;
557 - padding: 6px 0;
558 - border-top: 1px solid #e5e5e5;
559 - background-color: #fff;
560 - font-weight: 600;
561 - font-size: 12px;
433 + padding: 4px 0;
434 + border-top: 1px dashed #ddd;
435 + border-bottom: 1px dashed #ddd;
436 + background: #e0e0e0;
437 + background-color: #efefef;
438 + box-shadow: 0 0 8px #ddd;
439 + font-weight: bold;
562 440 text-align: center;
563 - color: #555d66;
564 441 }
565 442
566 443 .type-box .pro-upsell {
567 - color: #d63638;
444 + color: #c55555;
568 445 }
569 446
570 447 #type-picker {
571 - max-width: 960px;
572 - margin: 30px auto;
573 - padding: 0 16px;
574 - display: flex;
575 - flex-wrap: wrap;
576 - gap: 16px;
448 + width: 954px;
449 + margin: 50px auto;
577 450 }
578 451
579 452 .type-box {
453 + float: left;
580 454 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;
455 + margin: 0 20px 20px 0;
456 + border: 1px dashed #ddd;
457 + background-color: #efefef;
458 + box-shadow: 0 0 8px #ddd;
588 459 }
589 460
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);
461 +.type-box:nth-child(3n+3) {
462 + margin-right: 0;
594 463 }
595 464
596 -.type-box.viz-hidden {
597 - display: none;
598 -}
599 -
600 465 .type-box .pro-upsell .visualizder-pro-label {
601 466 display: inline;
602 467 position: absolute;
603 468 top: 0;
604 469 width: 74px;
470 + height: 10px;
605 471 height: 17px;
606 472 border: none;
607 473 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;
474 + background: #c55555;
615 475 }
616 476
617 477 .type-label {
618 478 display: block;
@@ -618,42 +478,22 @@
618 478 display: block;
619 479 width: 270px;
620 480 height: 205px;
621 481 padding: 15px;
622 - border: none;
623 - background-color: #f9f9f9;
624 - background-image: url(../images/chart_types_v395.png);
482 + border: 1px solid #e0e0e0;
483 + background-color: white;
484 + background-image: url(../images/chart_types_v340_g.png);
625 485 background-repeat: no-repeat;
626 486 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 487 }
632 488
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 489 .type-label-selected,
642 -.type-box .type-label:hover {
643 - filter: grayscale(0);
644 - background-color: #f0f7fb;
490 +.type-box > .type-label:hover {
491 + background-image: url(../images/chart_types_v340.png);
645 492 }
646 493
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 494 .type-box-area .type-label {
655 - background-position: -8px -225px;
495 + background-position: 0 -225px;
656 496 }
657 497
658 498 .type-box-line .type-label {
659 499 background-position: -600px 0;
@@ -667,9 +507,9 @@
667 507 background-position: 0 0;
668 508 }
669 509
670 510 .type-box-gauge .type-label {
671 - background-position: -7px -450px;
511 + background-position: 0 -450px;
672 512 }
673 513
674 514 .type-box-geo .type-label {
675 515 background-position: -600px -450px;
@@ -675,9 +515,9 @@
675 515 background-position: -600px -450px;
676 516 }
677 517
678 518 .type-box-candlestick .type-label {
679 - background-position: -304px -450px;
519 + background-position: -300px -450px;
680 520 }
681 521
682 522 .type-box-bar .type-label {
683 523 background-position: -300px -225px;
@@ -683,9 +523,9 @@
683 523 background-position: -300px -225px;
684 524 }
685 525
686 526 .type-box-bubble .type-label {
687 - background-position: -604px -906px;
527 + background-position: -600px -906px;
688 528 }
689 529
690 530 .type-box-column .type-label {
691 531 background-position: -600px -225px;
@@ -697,13 +537,13 @@
697 537 background-position: -301px -670px;
698 538 }
699 539
700 540 .type-box-timeline .type-label {
701 - background-position: -8px -670px;
541 + background-position: -2px -670px;
702 542 }
703 543
704 544 .type-box-combo .type-label {
705 - background-position: -606px -670px;
545 + background-position: -597px -670px;
706 546 }
707 547
708 548 .type-box-polarArea .type-label {
709 549 background-position: -2px -912px;
@@ -974,9 +814,9 @@
974 814
975 815 .viz-select-library {
976 816 color: #0085ba;
977 817 }
978 -.viz-select-library.viz-hide-library {
818 +.viz-select-library.viz-hide-libary {
979 819 display: none;
980 820 }
981 821
982 822 .viz-select-library option:first-child {
@@ -1094,56 +934,12 @@
1094 934 border-bottom: 1px solid #ddd;
1095 935 }
1096 936
1097 937 #vz-chart-copyright {
1098 - bottom: 60px;
938 + bottom: 10px;
1099 939 text-align: center;
1100 - z-index: 999;
1101 - background: #f3f3f3;
1102 940 }
1103 941
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 942 #sidebar {
1147 943 border-left: 1px solid #ddd;
1148 944 background: #f3f3f3;
1149 945 }
@@ -1239,9 +1035,8 @@
1239 1035 bottom: 0;
1240 1036 left: 0;
1241 1037 width: 100%;
1242 1038 opacity: 0;
1243 - pointer-events: none;
1244 1039 background: rgba(253,253,253,0.9);
1245 1040 transition: 0.5s ease;
1246 1041 }
1247 1042
@@ -1246,29 +1041,23 @@
1246 1041 }
1247 1042
1248 1043 .only-pro-feature:hover .only-pro-content {
1249 1044 opacity: 1;
1250 - pointer-events: auto;
1251 1045 }
1252 1046
1253 1047 .only-pro-container {
1254 - display: flex;
1255 - align-items: center;
1256 - justify-content: center;
1048 + display: table;
1257 1049 width: 100%;
1258 1050 height: 100%;
1259 1051 }
1260 1052
1261 1053 .only-pro-inner {
1262 - display: flex;
1263 - flex-direction: column;
1264 - align-items: center;
1265 - justify-content: center;
1266 - gap: 12px;
1054 + display: table-cell;
1055 + vertical-align: middle;
1267 1056 }
1268 1057
1269 1058 .only-pro-content p {
1270 - margin: 0;
1059 + margin: 0 0 15px;
1271 1060 font-size: 14px;
1272 1061 font-weight: 700;
1273 1062 }
1274 1063
@@ -1275,25 +1064,19 @@
1275 1064 .only-pro-content a {
1276 1065 display: inline-block;
1277 1066 padding: 7px 12px;
1278 1067 color: #fff;
1279 - background: #3F57E1;
1068 + background: #ff595e;
1280 1069 font-weight: 600;
1281 1070 text-decoration: none;
1071 + text-transform: uppercase;
1282 1072 transition: 0.1s ease;
1283 - border-width: 1px;
1284 - border-style: solid;
1285 - border-radius: 3px;
1286 1073 }
1287 1074
1288 1075 .only-pro-content a:hover {
1289 - background: #2D419B;
1076 + background: #ce484c;
1290 1077 }
1291 1078
1292 -.only-pro-anchor {
1293 - position: relative;
1294 -}
1295 -
1296 1079 #sidebar::-webkit-scrollbar {
1297 1080 width: 4px;
1298 1081 }
1299 1082
@@ -1301,9 +1084,9 @@
1301 1084 background: #999;
1302 1085 }
1303 1086
1304 1087 span.viz-section-error {
1305 - color: #ff0000;
1088 + color: #ff000;
1306 1089 }
1307 1090
1308 1091 #visualizer-error-manual {
1309 1092 color: #ff595e;
@@ -1521,8 +1304,15 @@
1521 1304 .db-wizard-where-template-remove {
1522 1305 background-color: #ff0d00;
1523 1306 }
1524 1307
1308 +#db-query-form .CodeMirror-scroll {
1309 + overflow: hidden !important;
1310 + height: 50%;
1311 + margin: 0;
1312 + padding: 0;
1313 +}
1314 +
1525 1315 #db-query-form .CodeMirror-wrap {
1526 1316 height: 200px;
1527 1317 padding: 15px;
1528 1318 color: #fff;
@@ -1542,15 +1332,11 @@
1542 1332 color: #fff !important;
1543 1333 }
1544 1334
1545 1335 #db-query-form .CodeMirror-wrap pre .cm-keyword {
1546 - color: #FF6188 !important;
1336 + color: #f92472 !important;
1547 1337 }
1548 1338
1549 -#db-query-form .CodeMirror-wrap pre .cm-builtin {
1550 - color: #78DCE8 !important;
1551 -}
1552 -
1553 1339 #db-query-form .CodeMirror-wrap pre .cm-comment {
1554 1340 color: #74705d !important;
1555 1341 }
1556 1342
@@ -1555,9 +1341,9 @@
1555 1341 }
1556 1342
1557 1343 #db-query-form .CodeMirror-wrap pre .cm-number,
1558 1344 #db-query-form .CodeMirror-wrap pre .cm-string {
1559 - color: #A9DC76 !important;
1345 + color: #fff !important;
1560 1346 }
1561 1347
1562 1348 .visualizer-db-query-form > div {
1563 1349 display: block;
@@ -1575,9 +1361,8 @@
1575 1361 }
1576 1362
1577 1363 .db-wizard-error {
1578 1364 color: #f00;
1579 - padding: 16px 0;
1580 1365 }
1581 1366
1582 1367 .db-wizard-hints,
1583 1368 .json-wizard-hints,
@@ -1597,9 +1382,8 @@
1597 1382 .db-wizard-hints ul,
1598 1383 .html-table-editor-hints ul,
1599 1384 .json-wizard-hints ul {
1600 1385 list-style: square;
1601 - padding: 0 16px;
1602 1386 }
1603 1387
1604 1388 .db-wizard-results .dataTables_wrapper .dataTables_info {
1605 1389 width: calc(100% - 17px);
@@ -1606,76 +1390,8 @@
1606 1390 }
1607 1391
1608 1392
1609 1393 /******************************************************************************/
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 1394 /******************************** data tables *******************************/
1679 1395 /******************************************************************************/
1680 1396 .db-wizard-results .dt-button {
1681 1397 display: none !important;
@@ -1809,12 +1525,8 @@
1809 1525 display: inline-block;
1810 1526 vertical-align: middle;
1811 1527 }
1812 1528
1813 -.viz-simple-editor .viz-html-table {
1814 - width: 95%;
1815 -}
1816 -
1817 1529 /******************************************************************************/
1818 1530 /******************************** chartjs ***********************************/
1819 1531 /******************************************************************************/
1820 1532
@@ -1826,52 +1538,5 @@
1826 1538 /******************************** Frontend Actions ***********************************/
1827 1539 /******************************************************************************/
1828 1540 #vz-frontend-actions .only-pro-inner, #vz-data-controls .only-pro-inner {
1829 1541 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 -}
1542 +}