PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 3.0.2
Visualizer – Tables & Charts Manager with Built-in AI Generator v3.0.2
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 +53 -539 3.10.33.0.2 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%;
@@ -58,9 +35,9 @@
58 35 z-index: 75;
59 36 top: 0;
60 37 right: 0;
61 38 bottom: 60px;
62 - width: 350px;
39 + width: 299px;
63 40 border-left: 1px solid #dfdfdf;
64 41 background: whitesmoke;
65 42
66 43 -webkit-overflow-scrolling: touch;
@@ -107,15 +84,12 @@
107 84 font-size: 14px;
108 85 font-weight: 600;
109 86 line-height: 21px;
110 87 cursor: pointer;
88 + -webkit-transition: 0.15s color ease-in-out,0.15s background-color ease-in-out,0.15s border-color ease-in-out;
111 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;
@@ -147,10 +121,12 @@
147 121 border-top: 1px solid #ddd;
148 122 border-right: 1px solid #ddd;
149 123 border-left: 4px solid #fff;
150 124 background: #fff;
125 + -webkit-box-shadow: none;
151 126 box-shadow: none;
152 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;
153 129 transition: color 0.15s ease-in-out,border-color 0.15s ease-in-out,background 0.15s ease-in-out;
154 130 }
155 131
156 132 .viz-group-wrapper .viz-group .customize-section-back:hover {
@@ -237,8 +213,9 @@
237 213 padding: 4px 20px;
238 214 border-top: 1px solid #eee;
239 215 border-bottom: 1px solid #eee;
240 216 background-color: rgba(0, 0, 0, 0.02);
217 + -webkit-box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.1);
241 218 box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.1);
242 219 font-weight: bold;
243 220 cursor: pointer;
244 221 }
@@ -245,8 +222,9 @@
245 222
246 223 .viz-group-wrapper ul ul li .viz-section-title {
247 224 margin-bottom: 0;
248 225 border: none;
226 + -webkit-box-shadow: none;
249 227 box-shadow: none;
250 228 }
251 229
252 230 .viz-section-title::after {
@@ -265,10 +243,9 @@
265 243 .viz-section-title.open::after {
266 244 border-width: 0 4px 4px;
267 245 }
268 246
269 -.section-items,
270 -.viz-section-items {
247 +.section-items, .viz-section-items {
271 248 display: none;
272 249 padding: 15px;
273 250 }
274 251
@@ -284,19 +261,8 @@
284 261 font-weight: normal;
285 262 text-decoration: none;
286 263 }
287 264
288 -.viz-info-msg {
289 - font-weight: bold !important;
290 - font-style: italic;
291 -}
292 -
293 -.viz-info-msg::before {
294 - font-family: dashicons;
295 - content: "\f488";
296 - margin-right: 5px;
297 -}
298 -
299 265 .viz-section-description {
300 266 margin: 0;
301 267 /*display: none;*/
302 268 padding: 0;
@@ -307,10 +273,9 @@
307 273 .viz-section-table {
308 274 width: 100%;
309 275 }
310 276
311 -.section-delimiter,
312 -.viz-section-delimiter {
277 +.section-delimiter, .viz-section-delimiter {
313 278 margin: 15px 0;
314 279 border-top: 1px dashed #ccc;
315 280 }
316 281
@@ -379,23 +344,8 @@
379 344 margin-top: 15px;
380 345 text-align: center;
381 346 }
382 347
383 -#viz-tabs {
384 - display: none;
385 -}
386 -
387 -#viz-tabs.done {
388 - display: block;
389 -}
390 -
391 -#viz-tabs .ui-tabs-panel {
392 - padding: 0;
393 -}
394 -
395 -#viz-tabs .wp-color-picker {
396 - width: 4rem !important;
397 -}
398 348 /******************************************************************************/
399 349 /******************************** TOOLBAR ***********************************/
400 350 /******************************************************************************/
401 351
@@ -408,8 +358,9 @@
408 358 left: 0;
409 359 height: 36px;
410 360 padding: 12px 16px;
411 361 border-top: 1px solid #dfdfdf;
362 + -webkit-box-shadow: 0 -4px 4px -4px rgba(0, 0, 0, 0.1);
412 363 box-shadow: 0 -4px 4px -4px rgba(0, 0, 0, 0.1);
413 364 text-align: center;
414 365 }
415 366
@@ -414,15 +365,10 @@
414 365 }
415 366
416 367 #toolbar .push-right {
417 368 float: right;
418 - margin-right: 10px;
419 369 }
420 370
421 -#toolbar .push-left {
422 - float: left;
423 -}
424 -
425 371 .toolbar-div a {
426 372 float: left;
427 373 }
428 374
@@ -447,8 +393,9 @@
447 393 border-top: 1px dashed #ddd;
448 394 border-bottom: 1px dashed #ddd;
449 395 background: #e0e0e0;
450 396 background-color: #efefef;
397 + -webkit-box-shadow: 0 0 8px #ddd;
451 398 box-shadow: 0 0 8px #ddd;
452 399 font-weight: bold;
453 400 text-align: center;
454 401 }
@@ -467,8 +414,9 @@
467 414 position: relative;
468 415 margin: 0 20px 20px 0;
469 416 border: 1px dashed #ddd;
470 417 background-color: #efefef;
418 + -webkit-box-shadow: 0 0 8px #ddd;
471 419 box-shadow: 0 0 8px #ddd;
472 420 }
473 421
474 422 .type-box:nth-child(3n+3) {
@@ -483,9 +431,8 @@
483 431 height: 10px;
484 432 height: 17px;
485 433 border: none;
486 434 color: #fff;
487 - z-index: 1;
488 435 background: #c55555;
489 436 }
490 437
491 438 .type-label {
@@ -494,23 +441,20 @@
494 441 height: 205px;
495 442 padding: 15px;
496 443 border: 1px solid #e0e0e0;
497 444 background-color: white;
498 - background-image: url(../images/chart_types_v395.png);
445 + background-image: url(../images/chart_types_g.png);
499 446 background-repeat: no-repeat;
500 447 background-position: center center;
501 - background-size: 900px 1150px;
502 - filter: grayscale(100%);
503 448 }
504 449
505 450 .type-label-selected,
506 -.type-box .type-label:hover {
507 -/* background-image: url(../images/chart_types_v340.png);*/
508 - filter: grayscale(0);
451 +.type-box > .type-label:hover {
452 + background-image: url(../images/chart_types.png);
509 453 }
510 454
511 455 .type-box-area .type-label {
512 - background-position: -8px -225px;
456 + background-position: 0 -225px;
513 457 }
514 458
515 459 .type-box-line .type-label {
516 460 background-position: -600px 0;
@@ -524,9 +468,9 @@
524 468 background-position: 0 0;
525 469 }
526 470
527 471 .type-box-gauge .type-label {
528 - background-position: -7px -450px;
472 + background-position: 0 -450px;
529 473 }
530 474
531 475 .type-box-geo .type-label {
532 476 background-position: -600px -450px;
@@ -532,9 +476,9 @@
532 476 background-position: -600px -450px;
533 477 }
534 478
535 479 .type-box-candlestick .type-label {
536 - background-position: -304px -450px;
480 + background-position: -300px -450px;
537 481 }
538 482
539 483 .type-box-bar .type-label {
540 484 background-position: -300px -225px;
@@ -539,38 +483,24 @@
539 483 .type-box-bar .type-label {
540 484 background-position: -300px -225px;
541 485 }
542 486
543 -.type-box-bubble .type-label {
544 - background-position: -604px -906px;
545 -}
546 -
547 487 .type-box-column .type-label {
548 488 background-position: -600px -225px;
549 489 }
550 490
551 -.type-box-dataTable .type-label,
552 -.type-box-table .type-label,
553 -.type-box-tabular .type-label {
491 +.type-box-table .type-label {
554 492 background-position: -301px -670px;
555 493 }
556 494
557 495 .type-box-timeline .type-label {
558 - background-position: -8px -670px;
496 + background-position: -2px -670px;
559 497 }
560 498
561 499 .type-box-combo .type-label {
562 - background-position: -606px -670px;
500 + background-position: -597px -670px;
563 501 }
564 502
565 -.type-box-polarArea .type-label {
566 - background-position: -2px -912px;
567 -}
568 -
569 -.type-box-radar .type-label {
570 - background-position: -301px -899px;
571 -}
572 -
573 503 /******************************************************************************/
574 504 /******************************** OTHER STYLES ******************************/
575 505 /******************************************************************************/
576 506
@@ -647,12 +577,14 @@
647 577 border: medium none rgb(100, 100, 100) !important;
648 578 border: 1px solid #b0b0b0 !important;
649 579 color: #646464 !important;
650 580 background: #e6e6e6 url("../images/computer.png") no-repeat scroll 7px 1px !important;
581 + -webkit-box-shadow: none !important;
651 582 box-shadow: none !important;
652 583 text-shadow: none!important;
653 584 font-family: "Open Sans",sans-serif;
654 585 font-weight: 700;
586 + -webkit-transition: all 0.3s ease 0s;
655 587 transition: all 0.3s ease 0s;
656 588 }
657 589
658 590 .computer-btn:hover {
@@ -659,10 +591,14 @@
659 591 padding-left: 27px !important;
660 592 border: 1px solid #2f8cea !important;
661 593 color: white !important;
662 594 background: #2f8cea url("../images/computer.png") no-repeat scroll 7px -36px !important;
595 + -webkit-box-shadow: 0 1px 0 rgba(171, 171, 171, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15) !important;
596 + -webkit-box-shadow: none !important;
663 597 box-shadow: 0 1px 0 rgba(171, 171, 171, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15) !important;
664 598 box-shadow: none !important;
599 + -webkit-transition: all 0.3s ease 0s;
600 + -webkit-transition: all 0.3s ease;
665 601 transition: all 0.3s ease 0s;
666 602 transition: all 0.3s ease;
667 603 }
668 604
@@ -676,11 +612,13 @@
676 612 border: medium none #646464 !important;
677 613 border: 1px solid #b0b0b0 !important;
678 614 color: #646464 !important;
679 615 background: #e6e6e6 url("../images/web.png") no-repeat scroll 7px 1px !important;
616 + -webkit-box-shadow: none !important;
680 617 box-shadow: none !important;
681 618 font-family: "Open Sans",sans-serif;
682 619 font-weight: 700;
620 + -webkit-transition: all 0.3s ease 0s;
683 621 transition: all 0.3s ease 0s;
684 622 /*margin-left: 2px !important;*/
685 623 }
686 624
@@ -689,9 +627,12 @@
689 627 /*margin-left: 2px !important;*/
690 628 border: 1px solid #89b158 !important;
691 629 color: white !important;
692 630 background: #89b158 url("../images/web.png") no-repeat scroll 7px -38px !important;
631 + -webkit-box-shadow: none !important;
693 632 box-shadow: none !important;
633 + -webkit-transition: all 0.3s ease 0s;
634 + -webkit-transition: all 0.3s ease;
694 635 transition: all 0.3s ease 0s;
695 636 transition: all 0.3s ease;
696 637 }
697 638
@@ -708,11 +649,13 @@
708 649 border: medium none #646464 !important;
709 650 border: 1px solid #b0b0b0 !important;
710 651 color: #646464 !important;
711 652 background: #e6e6e6 url("../images/from_chart.png") no-repeat scroll 7px 1px !important;
653 + -webkit-box-shadow: none !important;
712 654 box-shadow: none !important;
713 655 font-family: "Open Sans",sans-serif;
714 656 font-weight: 700;
657 + -webkit-transition: all 0.3s ease 0s;
715 658 transition: all 0.3s ease 0s;
716 659 /*margin-left: 2px !important;
717 660 margin-top: 2px !important;*/
718 661 }
@@ -722,9 +665,12 @@
722 665 /*margin-left: 2px !important;*/
723 666 border: 1px solid #10aecb !important;
724 667 color: white !important;
725 668 background: #10aecb url("../images/from_chart.png") no-repeat scroll 7px -36px !important;
669 + -webkit-box-shadow: none !important;
726 670 box-shadow: none !important;
671 + -webkit-transition: all 0.3s ease 0s;
672 + -webkit-transition: all 0.3s ease;
727 673 transition: all 0.3s ease 0s;
728 674 transition: all 0.3s ease;
729 675 /*margin-top: 2px !important;*/
730 676 }
@@ -731,10 +677,10 @@
731 677
732 678 input#existing-chart {
733 679 /*left: 18px;
734 680 width: 110px;
735 - position: relative;*/
736 - }
681 + position: relative;*/
682 +}
737 683
738 684 select#chart-id {
739 685 float: right;
740 686 width: 146px;
@@ -746,10 +692,12 @@
746 692 margin: 0 auto;
747 693 border: 1px solid #2c80d6 !important;
748 694 color: white !important;
749 695 background-color: #2f8cea !important;
696 + -webkit-box-shadow: none !important;
750 697 box-shadow: none !important;
751 698 text-shadow: none;
699 + -webkit-transition: all 0.3s ease;
752 700 transition: all 0.3s ease;
753 701 }
754 702
755 703 .preview-btn {
@@ -755,11 +703,13 @@
755 703 .preview-btn {
756 704 border: 1px solid #2c80d6 !important;
757 705 color: white !important;
758 706 background-color: #2f8cea !important;
707 + -webkit-box-shadow: none !important;
759 708 box-shadow: none !important;
760 709 font-family: "Open Sans",sans-serif;
761 710 font-weight: 700;
711 + -webkit-transition: all 0.3s ease;
762 712 transition: all 0.3s ease;
763 713 }
764 714
765 715 .preview-btn:hover {
@@ -765,11 +715,13 @@
765 715 .preview-btn:hover {
766 716 border: 1px solid #2c80d6 !important;
767 717 color: white !important;
768 718 background-color: #2c80d6 !important;
719 + -webkit-box-shadow: none !important;
769 720 box-shadow: none !important;
770 721 font-family: "Open Sans",sans-serif;
771 722 font-weight: 700;
723 + -webkit-transition: all 0.3s ease;
772 724 transition: all 0.3s ease;
773 725 }
774 726
775 727 .show-live-btn {
@@ -776,8 +728,9 @@
776 728 width: 100%;
777 729 margin-top: 15px !important;
778 730 border-color: #e98b00 !important;
779 731 background-color: #f90 !important;
732 + -webkit-box-shadow: none !important;
780 733 box-shadow: none !important;
781 734 font-family: "Open Sans",sans-serif;
782 735 font-weight: 700;
783 736 }
@@ -786,11 +739,13 @@
786 739 width: 100%;
787 740 margin-top: 15px !important;
788 741 border-color: #e98b00 !important;
789 742 background-color: #ea8c00 !important;
743 + -webkit-box-shadow: none !important;
790 744 box-shadow: none !important;
791 745 font-family: "Open Sans",sans-serif;
792 746 font-weight: 700;
747 + -webkit-transition: all 0.3s ease;
793 748 transition: all 0.3s ease;
794 749 }
795 750
796 751 .check-pro-btn {
@@ -828,19 +783,8 @@
828 783 .hidden-setting {
829 784 display: none;
830 785 }
831 786
832 -.viz-select-library {
833 - color: #0085ba;
834 -}
835 -.viz-select-library.viz-hide-libary {
836 - display: none;
837 -}
838 -
839 -.viz-select-library option:first-child {
840 - font-weight: bold;
841 -}
842 -
843 787 /* ====== RESPONSIVE ====== */
844 788
845 789 @media (max-width: 1366px) {
846 790 #rate-stars {
@@ -889,8 +833,9 @@
889 833
890 834 #vz-chart-review {
891 835 right: 0;
892 836 bottom: 10px;
837 + -webkit-box-sizing: border-box;
893 838 box-sizing: border-box;
894 839 width: 40%;
895 840 padding-right: 6px;
896 841 text-align: right;
@@ -902,8 +847,9 @@
902 847
903 848 #vz-chart-settings {
904 849 bottom: 40px;
905 850 left: 0;
851 + -webkit-box-sizing: border-box;
906 852 box-sizing: border-box;
907 853 width: 33%;
908 854 text-align: left;
909 855 }
@@ -917,8 +863,9 @@
917 863
918 864 #vz-chart-permissions {
919 865 right: 0;
920 866 bottom: 40px;
867 + -webkit-box-sizing: border-box;
921 868 box-sizing: border-box;
922 869 width: 33%;
923 870 text-align: left;
924 871 }
@@ -1002,9 +949,8 @@
1002 949
1003 950 #vz-csv-file-form,
1004 951 #vz-one-time-import,
1005 952 #vz-schedule-import,
1006 -#vz-permissions .only-pro-content,
1007 953 .edit-data-content {
1008 954 text-align: center;
1009 955 }
1010 956
@@ -1053,8 +999,9 @@
1053 999 left: 0;
1054 1000 width: 100%;
1055 1001 opacity: 0;
1056 1002 background: rgba(253,253,253,0.9);
1003 + -webkit-transition: 0.5s ease;
1057 1004 transition: 0.5s ease;
1058 1005 }
1059 1006
1060 1007 .only-pro-feature:hover .only-pro-content {
@@ -1085,8 +1032,9 @@
1085 1032 background: #ff595e;
1086 1033 font-weight: 600;
1087 1034 text-decoration: none;
1088 1035 text-transform: uppercase;
1036 + -webkit-transition: 0.1s ease;
1089 1037 transition: 0.1s ease;
1090 1038 }
1091 1039
1092 1040 .only-pro-content a:hover {
@@ -1126,438 +1074,4 @@
1126 1074 #permissions-form .only-pro-feature > ul {
1127 1075 position: relative;
1128 1076 text-align: center;
1129 1077 }
1130 -
1131 -/******************************************************************************/
1132 -/******************************** DB WIZARD ***********************************/
1133 -/******************************************************************************/
1134 -.db-wizard-condition .select-condition {
1135 - display: none;
1136 -}
1137 -
1138 -.db-wizard-condition .select-condition.active {
1139 - display: block;
1140 - max-width: 50%;
1141 - margin-top: 10px;
1142 - padding-top: 10px;
1143 - border-top: 1px solid #eee;
1144 - font-weight: 500;
1145 -}
1146 -
1147 -.db-wizard-results {
1148 - width: calc(100% - 350px);
1149 -}
1150 -
1151 -#db-wizard-form {
1152 - padding: 25px;
1153 -}
1154 -
1155 -.db-wizard-query label {
1156 - display: block;
1157 - min-width: 150px;
1158 - padding: 20px 0 5px;
1159 - color: rgba(0,0,0,0.85);
1160 - font-size: 18px;
1161 - font-weight: 500;
1162 -}
1163 -
1164 -.db-wizard-query .db-wizard-where label,
1165 -.db-wizard-query .db-wizard-from label {
1166 - padding-top: 0;
1167 -}
1168 -
1169 -.db-wizard-query > div:not(:last-child) {
1170 - margin-bottom: 15px;
1171 -}
1172 -
1173 -.db-wizard-query .select-condition > div {
1174 - display: block;
1175 -}
1176 -
1177 -.db-wizard-query .chosen-container {
1178 - width: auto;
1179 -}
1180 -
1181 -.db-wizard-query .chosen-container-single .chosen-single {
1182 - border: 1px solid #ccc;
1183 - background: #fff;
1184 - box-shadow: none;
1185 - font-size: 13px;
1186 - font-weight: 500;
1187 -}
1188 -
1189 -.db-wizard-templates,
1190 -.db-wizard-templates > div {
1191 - display: block;
1192 -}
1193 -
1194 -.db-wizard-templates > div {
1195 - box-sizing: border-box;
1196 - width: 50%;
1197 - margin-top: 20px;
1198 - padding: 20px;
1199 - border: 1px solid #efefef;
1200 -}
1201 -
1202 -.db-wizard-templates > div:first-child {
1203 - margin-top: 0;
1204 -}
1205 -
1206 -.db-wizard-query .chosen-container-multi .chosen-choices {
1207 - padding: 5px;
1208 - border-color: #ccc;
1209 - background: #fff;
1210 - box-shadow: none;
1211 -}
1212 -
1213 -.db-wizard-results .dataTables_wrapper .dataTables_filter input,
1214 -.db-wizard-query .select-condition-operand input,
1215 -.db-wizard-limit input {
1216 - width: 50%;
1217 - padding-left: 7px;
1218 - border: 1px solid #ccc;
1219 - border-radius: 6px;
1220 - background: #fff;
1221 - box-shadow: none;
1222 - font-size: 13px;
1223 -}
1224 -
1225 -.db-wizard-limit input {
1226 - display: inline;
1227 - width: 150px;
1228 - margin: 0 0 20px 20px;
1229 -}
1230 -
1231 -.db-wizard-limit label {
1232 - display: inline;
1233 -}
1234 -
1235 -.db-wizard-query .select-condition-operand input::-webkit-input-placeholder {
1236 - color: #cdcdcd;
1237 -}
1238 -
1239 -.db-wizard-query .select-condition-operand input:-ms-input-placeholder {
1240 - color: #cdcdcd;
1241 -}
1242 -
1243 -.db-wizard-query .select-condition-operand input::placeholder {
1244 - color: #cdcdcd;
1245 -}
1246 -
1247 -.db-wizard-query .chosen-container-multi .chosen-choices li.search-choice {
1248 - padding: 5px 30px 5px 5px;
1249 - border-color: #ccc;
1250 - background: #fff;
1251 - box-shadow: none;
1252 - font-weight: 600;
1253 -}
1254 -
1255 -.db-wizard-results table > thead > tr > th {
1256 - padding: 15px 8px;
1257 - border: none;
1258 - color: #252422;
1259 - background: #fff;
1260 - font-size: 18px;
1261 - font-weight: 500;
1262 - text-align: left;
1263 -}
1264 -
1265 -.db-wizard-results table > tbody > tr > td,
1266 -.dataTables_info {
1267 - padding: 15px 8px;
1268 - border-top: 1px solid #a2a2a2;
1269 - color: #252422;
1270 - font-size: 14px;
1271 - font-weight: 300;
1272 -}
1273 -
1274 -.db-wizard-results table > tbody > tr.odd {
1275 - background-color: #f7f7f7;
1276 -}
1277 -
1278 -.db-wizard-results table.dataTable.no-footer {
1279 - border: none;
1280 -}
1281 -
1282 -.db-wizard-results .dataTables_wrapper .dataTables_info {
1283 - border-top: 1px solid #ccc5b9;
1284 - color: #a2a2a2;
1285 - font-size: 12px;
1286 - font-weight: 500;
1287 -}
1288 -
1289 -.db-wizard-results .dataTables_filter label {
1290 - font-size: 18px;
1291 - font-weight: 500;
1292 -}
1293 -
1294 -.db-wizard-where-template-remove,
1295 -.db-wizard-where-template-add {
1296 - width: auto;
1297 - height: 25px;
1298 - margin-top: 10px;
1299 - border: none;
1300 - border-radius: 3px;
1301 - color: #fff;
1302 - font-size: 12px;
1303 - cursor: pointer;
1304 - transition: 0.3s ease;
1305 -}
1306 -
1307 -.db-wizard-where-template-remove:hover,
1308 -.db-wizard-where-template-add:hover {
1309 - opacity: 0.8;
1310 -}
1311 -
1312 -.db-wizard-results .dataTables_wrapper .dataTables_filter {
1313 - float: none;
1314 - text-align: left;
1315 -}
1316 -
1317 -.db-wizard-where-template-add {
1318 - background-color: #34a85e;
1319 -}
1320 -
1321 -.db-wizard-where-template-remove {
1322 - background-color: #ff0d00;
1323 -}
1324 -
1325 -#db-query-form .CodeMirror-scroll {
1326 - overflow: hidden !important;
1327 - height: 50%;
1328 - margin: 0;
1329 - padding: 0;
1330 -}
1331 -
1332 -#db-query-form .CodeMirror-wrap {
1333 - height: 200px;
1334 - padding: 15px;
1335 - color: #fff;
1336 - background: #282923;
1337 - font-size: 15px;
1338 -}
1339 -
1340 -#db-query-form .CodeMirror-wrap .CodeMirror-cursor {
1341 - border-left: 1px solid #fff !important;
1342 -}
1343 -
1344 -#db-query-form .CodeMirror-wrap .CodeMirror-placeholder {
1345 - color: #fff;
1346 -}
1347 -
1348 -#db-query-form .CodeMirror-wrap pre {
1349 - color: #fff !important;
1350 -}
1351 -
1352 -#db-query-form .CodeMirror-wrap pre .cm-keyword {
1353 - color: #f92472 !important;
1354 -}
1355 -
1356 -#db-query-form .CodeMirror-wrap pre .cm-comment {
1357 - color: #74705d !important;
1358 -}
1359 -
1360 -#db-query-form .CodeMirror-wrap pre .cm-number,
1361 -#db-query-form .CodeMirror-wrap pre .cm-string {
1362 - color: #fff !important;
1363 -}
1364 -
1365 -.visualizer-db-query-form > div {
1366 - display: block;
1367 - width: 15%;
1368 - vertical-align: middle;
1369 -}
1370 -
1371 -#visualizer-db-query {
1372 - padding: 20px;
1373 -}
1374 -
1375 -.visualizer-db-query-form > div:first-child {
1376 - width: 100%;
1377 - margin-bottom: 20px;
1378 -}
1379 -
1380 -.db-wizard-error {
1381 - color: #f00;
1382 -}
1383 -
1384 -.db-wizard-hints,
1385 -.json-wizard-hints,
1386 -.html-table-editor-hints {
1387 - margin-bottom: 30px;
1388 - color: #0085ba;
1389 -}
1390 -
1391 -.db-wizard-hints .visualizer-emboss,
1392 -.db-wizard-hints a,
1393 -.html-table-editor-hints a,
1394 -.json-wizard-hints .visualizer-emboss,
1395 -.json-wizard-hints a {
1396 - color: #f92472;
1397 -}
1398 -
1399 -.db-wizard-hints ul,
1400 -.html-table-editor-hints ul,
1401 -.json-wizard-hints ul {
1402 - list-style: square;
1403 -}
1404 -
1405 -.db-wizard-results .dataTables_wrapper .dataTables_info {
1406 - width: calc(100% - 17px);
1407 -}
1408 -
1409 -
1410 -/******************************************************************************/
1411 -/******************************** data tables *******************************/
1412 -/******************************************************************************/
1413 -.db-wizard-results .dt-button {
1414 - display: none !important;
1415 -}
1416 -
1417 -.dt-button.buttons-print {
1418 - display: none;
1419 -}
1420 -
1421 -/******************************************************************************/
1422 -/******************************** json table *********************************/
1423 -/******************************************************************************/
1424 -#json-conclude-form .results {
1425 - min-width: 10px !important;
1426 -}
1427 -
1428 -#json-conclude-form .json-table {
1429 - width: 85%;
1430 -}
1431 -
1432 -#vz-import-json-url,
1433 -#vz-import-json-root,
1434 -#vz-import-json-paging {
1435 - width: 75%;
1436 -}
1437 -
1438 -#json-conclude-form .json-table,
1439 -#json-conclude-form button#visualizer-json-conclude {
1440 - display: inline-block;
1441 - vertical-align: middle;
1442 -}
1443 -
1444 -.viz-editor-table tbody tr:first-child {
1445 - background-color: #ececec !important;
1446 -}
1447 -
1448 -.viz-editor-table tr th {
1449 - background-color: #cccccc;
1450 -}
1451 -
1452 -.viz-editor-table thead tr th:nth-child(n+1) {
1453 - cursor: move !important;
1454 -}
1455 -
1456 -#json-conclude-form .json-wizard-hints .info,
1457 -.html-table-editor-hints .info {
1458 - margin: 1% 0px;
1459 -}
1460 -
1461 -.viz-step.ui-state-active {
1462 - border-color: #0085BA !important;
1463 - background: #0085BA !important;
1464 - color: #ffffff;
1465 -}
1466 -
1467 -.viz-substep {
1468 - outline: 0 !important;
1469 - border: 0 !important;
1470 - background: none !important;
1471 - text-transform: uppercase;
1472 -}
1473 -
1474 -.viz-substep.ui-state-active {
1475 -}
1476 -
1477 -.viz-substep ~ .ui-accordion-content {
1478 - outline: 0 !important;
1479 - border: 0 !important;
1480 - font-size: smaller;
1481 -}
1482 -
1483 -.viz-substep ~ div {
1484 - display: table;
1485 -}
1486 -
1487 -.viz-substep ~ div > div {
1488 - display: table-row;
1489 -}
1490 -
1491 -.viz-substep ~ div > div div {
1492 - display: table-cell;
1493 - padding: 5px;
1494 -}
1495 -
1496 -.json-wizard-header .field-title {
1497 - position: absolute;
1498 - left: 30px;
1499 -}
1500 -/******************************************************************************/
1501 -/******************************** html table editor **************************/
1502 -/******************************************************************************/
1503 -.viz-simple-editor-type,
1504 -.viz-simple-editor {
1505 - display: none;
1506 -}
1507 -
1508 -.viz-table-editor {
1509 - width: 75%;
1510 - margin-left: 2%;
1511 -}
1512 -
1513 -.viz-html-table,
1514 -button#visualizer-save-html-table {
1515 - display: inline-block;
1516 - vertical-align: middle;
1517 -}
1518 -
1519 -
1520 -/******************************************************************************/
1521 -/******************************** text area editor **************************/
1522 -/******************************************************************************/
1523 -.viz-text-editor {
1524 - padding: 20px;
1525 - z-index: 9999;
1526 - box-sizing: border-box;
1527 - padding-right: 320px;
1528 -}
1529 -
1530 -.viz-text-editor textarea {
1531 - width: 85%;
1532 - overflow: auto;
1533 - background: #282923;
1534 - color: #ffffff;
1535 - padding: 15px;
1536 - height: 400px;
1537 - font-size: 15px;
1538 -}
1539 -
1540 -.viz-text-editor textarea,
1541 -button#viz-text-editor-button {
1542 - display: inline-block;
1543 - vertical-align: middle;
1544 -}
1545 -
1546 -.viz-simple-editor .viz-html-table {
1547 - width: 95%;
1548 -}
1549 -
1550 -/******************************************************************************/
1551 -/******************************** chartjs ***********************************/
1552 -/******************************************************************************/
1553 -
1554 -canvas.chartjs-render-monitor {
1555 - height: 500px !important;
1556 -}
1557 -
1558 -/******************************************************************************/
1559 -/******************************** Frontend Actions ***********************************/
1560 -/******************************************************************************/
1561 -#vz-frontend-actions .only-pro-inner, #vz-data-controls .only-pro-inner {
1562 - text-align: center;
1563 -}