PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 3.9.2
Visualizer – Tables & Charts Manager with Built-in AI Generator v3.9.2
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 +13 -22 3.10.103.9.2 View file →
@@ -483,9 +483,8 @@
483 483 height: 10px;
484 484 height: 17px;
485 485 border: none;
486 486 color: #fff;
487 - z-index: 1;
488 487 background: #c55555;
489 488 }
490 489
491 490 .type-label {
@@ -494,23 +493,20 @@
494 493 height: 205px;
495 494 padding: 15px;
496 495 border: 1px solid #e0e0e0;
497 496 background-color: white;
498 - background-image: url(../images/chart_types_v395.png);
497 + background-image: url(../images/chart_types_v340_g.png);
499 498 background-repeat: no-repeat;
500 499 background-position: center center;
501 - background-size: 900px 1150px;
502 - filter: grayscale(100%);
503 500 }
504 501
505 502 .type-label-selected,
506 -.type-box .type-label:hover {
507 -/* background-image: url(../images/chart_types_v340.png);*/
508 - filter: grayscale(0);
503 +.type-box > .type-label:hover {
504 + background-image: url(../images/chart_types_v340.png);
509 505 }
510 506
511 507 .type-box-area .type-label {
512 - background-position: -8px -225px;
508 + background-position: 0 -225px;
513 509 }
514 510
515 511 .type-box-line .type-label {
516 512 background-position: -600px 0;
@@ -524,9 +520,9 @@
524 520 background-position: 0 0;
525 521 }
526 522
527 523 .type-box-gauge .type-label {
528 - background-position: -7px -450px;
524 + background-position: 0 -450px;
529 525 }
530 526
531 527 .type-box-geo .type-label {
532 528 background-position: -600px -450px;
@@ -532,9 +528,9 @@
532 528 background-position: -600px -450px;
533 529 }
534 530
535 531 .type-box-candlestick .type-label {
536 - background-position: -304px -450px;
532 + background-position: -300px -450px;
537 533 }
538 534
539 535 .type-box-bar .type-label {
540 536 background-position: -300px -225px;
@@ -540,9 +536,9 @@
540 536 background-position: -300px -225px;
541 537 }
542 538
543 539 .type-box-bubble .type-label {
544 - background-position: -604px -906px;
540 + background-position: -600px -906px;
545 541 }
546 542
547 543 .type-box-column .type-label {
548 544 background-position: -600px -225px;
@@ -554,13 +550,13 @@
554 550 background-position: -301px -670px;
555 551 }
556 552
557 553 .type-box-timeline .type-label {
558 - background-position: -8px -670px;
554 + background-position: -2px -670px;
559 555 }
560 556
561 557 .type-box-combo .type-label {
562 - background-position: -606px -670px;
558 + background-position: -597px -670px;
563 559 }
564 560
565 561 .type-box-polarArea .type-label {
566 562 background-position: -2px -912px;
@@ -1081,22 +1077,17 @@
1081 1077 .only-pro-content a {
1082 1078 display: inline-block;
1083 1079 padding: 7px 12px;
1084 1080 color: #fff;
1085 - background: #3F57E1;
1081 + background: #ff595e;
1086 1082 font-weight: 600;
1087 1083 text-decoration: none;
1084 + text-transform: uppercase;
1088 1085 transition: 0.1s ease;
1089 - border-width: 1px;
1090 - border-style: solid;
1091 - border-radius: 3px;
1092 1086 }
1093 -.only-pro-content .only-pro-container a {
1094 - color: #fff !important;
1095 -}
1096 1087
1097 1088 .only-pro-content a:hover {
1098 - background: #2D419B;
1089 + background: #ce484c;
1099 1090 }
1100 1091
1101 1092 #sidebar::-webkit-scrollbar {
1102 1093 width: 4px;
@@ -1564,5 +1555,5 @@
1564 1555 /******************************** Frontend Actions ***********************************/
1565 1556 /******************************************************************************/
1566 1557 #vz-frontend-actions .only-pro-inner, #vz-data-controls .only-pro-inner {
1567 1558 text-align: center;
1568 -}
1559 +}