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 +23 -4 3.0.83.0.2 View file →
@@ -121,8 +121,9 @@
121 121 border-top: 1px solid #ddd;
122 122 border-right: 1px solid #ddd;
123 123 border-left: 4px solid #fff;
124 124 background: #fff;
125 + -webkit-box-shadow: none;
125 126 box-shadow: none;
126 127 cursor: pointer;
127 128 -webkit-transition: color 0.15s ease-in-out,border-color 0.15s ease-in-out,background 0.15s ease-in-out;
128 129 transition: color 0.15s ease-in-out,border-color 0.15s ease-in-out,background 0.15s ease-in-out;
@@ -212,8 +213,9 @@
212 213 padding: 4px 20px;
213 214 border-top: 1px solid #eee;
214 215 border-bottom: 1px solid #eee;
215 216 background-color: rgba(0, 0, 0, 0.02);
217 + -webkit-box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.1);
216 218 box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.1);
217 219 font-weight: bold;
218 220 cursor: pointer;
219 221 }
@@ -220,8 +222,9 @@
220 222
221 223 .viz-group-wrapper ul ul li .viz-section-title {
222 224 margin-bottom: 0;
223 225 border: none;
226 + -webkit-box-shadow: none;
224 227 box-shadow: none;
225 228 }
226 229
227 230 .viz-section-title::after {
@@ -240,10 +243,9 @@
240 243 .viz-section-title.open::after {
241 244 border-width: 0 4px 4px;
242 245 }
243 246
244 -.section-items,
245 -.viz-section-items {
247 +.section-items, .viz-section-items {
246 248 display: none;
247 249 padding: 15px;
248 250 }
249 251
@@ -271,10 +273,9 @@
271 273 .viz-section-table {
272 274 width: 100%;
273 275 }
274 276
275 -.section-delimiter,
276 -.viz-section-delimiter {
277 +.section-delimiter, .viz-section-delimiter {
277 278 margin: 15px 0;
278 279 border-top: 1px dashed #ccc;
279 280 }
280 281
@@ -357,8 +358,9 @@
357 358 left: 0;
358 359 height: 36px;
359 360 padding: 12px 16px;
360 361 border-top: 1px solid #dfdfdf;
362 + -webkit-box-shadow: 0 -4px 4px -4px rgba(0, 0, 0, 0.1);
361 363 box-shadow: 0 -4px 4px -4px rgba(0, 0, 0, 0.1);
362 364 text-align: center;
363 365 }
364 366
@@ -391,8 +393,9 @@
391 393 border-top: 1px dashed #ddd;
392 394 border-bottom: 1px dashed #ddd;
393 395 background: #e0e0e0;
394 396 background-color: #efefef;
397 + -webkit-box-shadow: 0 0 8px #ddd;
395 398 box-shadow: 0 0 8px #ddd;
396 399 font-weight: bold;
397 400 text-align: center;
398 401 }
@@ -411,8 +414,9 @@
411 414 position: relative;
412 415 margin: 0 20px 20px 0;
413 416 border: 1px dashed #ddd;
414 417 background-color: #efefef;
418 + -webkit-box-shadow: 0 0 8px #ddd;
415 419 box-shadow: 0 0 8px #ddd;
416 420 }
417 421
418 422 .type-box:nth-child(3n+3) {
@@ -573,8 +577,9 @@
573 577 border: medium none rgb(100, 100, 100) !important;
574 578 border: 1px solid #b0b0b0 !important;
575 579 color: #646464 !important;
576 580 background: #e6e6e6 url("../images/computer.png") no-repeat scroll 7px 1px !important;
581 + -webkit-box-shadow: none !important;
577 582 box-shadow: none !important;
578 583 text-shadow: none!important;
579 584 font-family: "Open Sans",sans-serif;
580 585 font-weight: 700;
@@ -586,8 +591,10 @@
586 591 padding-left: 27px !important;
587 592 border: 1px solid #2f8cea !important;
588 593 color: white !important;
589 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;
590 597 box-shadow: 0 1px 0 rgba(171, 171, 171, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15) !important;
591 598 box-shadow: none !important;
592 599 -webkit-transition: all 0.3s ease 0s;
593 600 -webkit-transition: all 0.3s ease;
@@ -605,8 +612,9 @@
605 612 border: medium none #646464 !important;
606 613 border: 1px solid #b0b0b0 !important;
607 614 color: #646464 !important;
608 615 background: #e6e6e6 url("../images/web.png") no-repeat scroll 7px 1px !important;
616 + -webkit-box-shadow: none !important;
609 617 box-shadow: none !important;
610 618 font-family: "Open Sans",sans-serif;
611 619 font-weight: 700;
612 620 -webkit-transition: all 0.3s ease 0s;
@@ -619,8 +627,9 @@
619 627 /*margin-left: 2px !important;*/
620 628 border: 1px solid #89b158 !important;
621 629 color: white !important;
622 630 background: #89b158 url("../images/web.png") no-repeat scroll 7px -38px !important;
631 + -webkit-box-shadow: none !important;
623 632 box-shadow: none !important;
624 633 -webkit-transition: all 0.3s ease 0s;
625 634 -webkit-transition: all 0.3s ease;
626 635 transition: all 0.3s ease 0s;
@@ -640,8 +649,9 @@
640 649 border: medium none #646464 !important;
641 650 border: 1px solid #b0b0b0 !important;
642 651 color: #646464 !important;
643 652 background: #e6e6e6 url("../images/from_chart.png") no-repeat scroll 7px 1px !important;
653 + -webkit-box-shadow: none !important;
644 654 box-shadow: none !important;
645 655 font-family: "Open Sans",sans-serif;
646 656 font-weight: 700;
647 657 -webkit-transition: all 0.3s ease 0s;
@@ -655,8 +665,9 @@
655 665 /*margin-left: 2px !important;*/
656 666 border: 1px solid #10aecb !important;
657 667 color: white !important;
658 668 background: #10aecb url("../images/from_chart.png") no-repeat scroll 7px -36px !important;
669 + -webkit-box-shadow: none !important;
659 670 box-shadow: none !important;
660 671 -webkit-transition: all 0.3s ease 0s;
661 672 -webkit-transition: all 0.3s ease;
662 673 transition: all 0.3s ease 0s;
@@ -681,8 +692,9 @@
681 692 margin: 0 auto;
682 693 border: 1px solid #2c80d6 !important;
683 694 color: white !important;
684 695 background-color: #2f8cea !important;
696 + -webkit-box-shadow: none !important;
685 697 box-shadow: none !important;
686 698 text-shadow: none;
687 699 -webkit-transition: all 0.3s ease;
688 700 transition: all 0.3s ease;
@@ -691,8 +703,9 @@
691 703 .preview-btn {
692 704 border: 1px solid #2c80d6 !important;
693 705 color: white !important;
694 706 background-color: #2f8cea !important;
707 + -webkit-box-shadow: none !important;
695 708 box-shadow: none !important;
696 709 font-family: "Open Sans",sans-serif;
697 710 font-weight: 700;
698 711 -webkit-transition: all 0.3s ease;
@@ -702,8 +715,9 @@
702 715 .preview-btn:hover {
703 716 border: 1px solid #2c80d6 !important;
704 717 color: white !important;
705 718 background-color: #2c80d6 !important;
719 + -webkit-box-shadow: none !important;
706 720 box-shadow: none !important;
707 721 font-family: "Open Sans",sans-serif;
708 722 font-weight: 700;
709 723 -webkit-transition: all 0.3s ease;
@@ -714,8 +728,9 @@
714 728 width: 100%;
715 729 margin-top: 15px !important;
716 730 border-color: #e98b00 !important;
717 731 background-color: #f90 !important;
732 + -webkit-box-shadow: none !important;
718 733 box-shadow: none !important;
719 734 font-family: "Open Sans",sans-serif;
720 735 font-weight: 700;
721 736 }
@@ -724,8 +739,9 @@
724 739 width: 100%;
725 740 margin-top: 15px !important;
726 741 border-color: #e98b00 !important;
727 742 background-color: #ea8c00 !important;
743 + -webkit-box-shadow: none !important;
728 744 box-shadow: none !important;
729 745 font-family: "Open Sans",sans-serif;
730 746 font-weight: 700;
731 747 -webkit-transition: all 0.3s ease;
@@ -817,8 +833,9 @@
817 833
818 834 #vz-chart-review {
819 835 right: 0;
820 836 bottom: 10px;
837 + -webkit-box-sizing: border-box;
821 838 box-sizing: border-box;
822 839 width: 40%;
823 840 padding-right: 6px;
824 841 text-align: right;
@@ -830,8 +847,9 @@
830 847
831 848 #vz-chart-settings {
832 849 bottom: 40px;
833 850 left: 0;
851 + -webkit-box-sizing: border-box;
834 852 box-sizing: border-box;
835 853 width: 33%;
836 854 text-align: left;
837 855 }
@@ -845,8 +863,9 @@
845 863
846 864 #vz-chart-permissions {
847 865 right: 0;
848 866 bottom: 40px;
867 + -webkit-box-sizing: border-box;
849 868 box-sizing: border-box;
850 869 width: 33%;
851 870 text-align: left;
852 871 }