| @@ -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%; |
| @@ -483,9 +461,8 @@ | ||
| 483 | 461 | height: 10px; |
| 484 | 462 | height: 17px; |
| 485 | 463 | border: none; |
| 486 | 464 | color: #fff; |
| 487 | - z-index: 1; | |
| 488 | 465 | background: #c55555; |
| 489 | 466 | } |
| 490 | 467 | |
| 491 | 468 | .type-label { |
| @@ -494,23 +471,20 @@ | ||
| 494 | 471 | height: 205px; |
| 495 | 472 | padding: 15px; |
| 496 | 473 | border: 1px solid #e0e0e0; |
| 497 | 474 | background-color: white; |
| 498 | - background-image: url(../images/chart_types_v395.png); | |
| 475 | + background-image: url(../images/chart_types_v340_g.png); | |
| 499 | 476 | background-repeat: no-repeat; |
| 500 | 477 | background-position: center center; |
| 501 | - background-size: 900px 1150px; | |
| 502 | - filter: grayscale(100%); | |
| 503 | 478 | } |
| 504 | 479 | |
| 505 | 480 | .type-label-selected, |
| 506 | -.type-box .type-label:hover { | |
| 507 | -/* background-image: url(../images/chart_types_v340.png);*/ | |
| 508 | - filter: grayscale(0); | |
| 481 | +.type-box > .type-label:hover { | |
| 482 | + background-image: url(../images/chart_types_v340.png); | |
| 509 | 483 | } |
| 510 | 484 | |
| 511 | 485 | .type-box-area .type-label { |
| 512 | - background-position: -8px -225px; | |
| 486 | + background-position: 0 -225px; | |
| 513 | 487 | } |
| 514 | 488 | |
| 515 | 489 | .type-box-line .type-label { |
| 516 | 490 | background-position: -600px 0; |
| @@ -524,9 +498,9 @@ | ||
| 524 | 498 | background-position: 0 0; |
| 525 | 499 | } |
| 526 | 500 | |
| 527 | 501 | .type-box-gauge .type-label { |
| 528 | - background-position: -7px -450px; | |
| 502 | + background-position: 0 -450px; | |
| 529 | 503 | } |
| 530 | 504 | |
| 531 | 505 | .type-box-geo .type-label { |
| 532 | 506 | background-position: -600px -450px; |
| @@ -532,9 +506,9 @@ | ||
| 532 | 506 | background-position: -600px -450px; |
| 533 | 507 | } |
| 534 | 508 | |
| 535 | 509 | .type-box-candlestick .type-label { |
| 536 | - background-position: -304px -450px; | |
| 510 | + background-position: -300px -450px; | |
| 537 | 511 | } |
| 538 | 512 | |
| 539 | 513 | .type-box-bar .type-label { |
| 540 | 514 | background-position: -300px -225px; |
| @@ -540,9 +514,9 @@ | ||
| 540 | 514 | background-position: -300px -225px; |
| 541 | 515 | } |
| 542 | 516 | |
| 543 | 517 | .type-box-bubble .type-label { |
| 544 | - background-position: -604px -906px; | |
| 518 | + background-position: -600px -906px; | |
| 545 | 519 | } |
| 546 | 520 | |
| 547 | 521 | .type-box-column .type-label { |
| 548 | 522 | background-position: -600px -225px; |
| @@ -554,13 +528,13 @@ | ||
| 554 | 528 | background-position: -301px -670px; |
| 555 | 529 | } |
| 556 | 530 | |
| 557 | 531 | .type-box-timeline .type-label { |
| 558 | - background-position: -8px -670px; | |
| 532 | + background-position: -2px -670px; | |
| 559 | 533 | } |
| 560 | 534 | |
| 561 | 535 | .type-box-combo .type-label { |
| 562 | - background-position: -606px -670px; | |
| 536 | + background-position: -597px -670px; | |
| 563 | 537 | } |
| 564 | 538 | |
| 565 | 539 | .type-box-polarArea .type-label { |
| 566 | 540 | background-position: -2px -912px; |
| @@ -1081,22 +1055,17 @@ | ||
| 1081 | 1055 | .only-pro-content a { |
| 1082 | 1056 | display: inline-block; |
| 1083 | 1057 | padding: 7px 12px; |
| 1084 | 1058 | color: #fff; |
| 1085 | - background: #3F57E1; | |
| 1059 | + background: #ff595e; | |
| 1086 | 1060 | font-weight: 600; |
| 1087 | 1061 | text-decoration: none; |
| 1062 | + text-transform: uppercase; | |
| 1088 | 1063 | transition: 0.1s ease; |
| 1089 | - border-width: 1px; | |
| 1090 | - border-style: solid; | |
| 1091 | - border-radius: 3px; | |
| 1092 | 1064 | } |
| 1093 | -.only-pro-content .only-pro-container a { | |
| 1094 | - color: #fff !important; | |
| 1095 | -} | |
| 1096 | 1065 | |
| 1097 | 1066 | .only-pro-content a:hover { |
| 1098 | - background: #2D419B; | |
| 1067 | + background: #ce484c; | |
| 1099 | 1068 | } |
| 1100 | 1069 | |
| 1101 | 1070 | #sidebar::-webkit-scrollbar { |
| 1102 | 1071 | width: 4px; |
| @@ -1547,12 +1516,8 @@ | ||
| 1547 | 1516 | display: inline-block; |
| 1548 | 1517 | vertical-align: middle; |
| 1549 | 1518 | } |
| 1550 | 1519 | |
| 1551 | -.viz-simple-editor .viz-html-table { | |
| 1552 | - width: 95%; | |
| 1553 | -} | |
| 1554 | - | |
| 1555 | 1520 | /******************************************************************************/ |
| 1556 | 1521 | /******************************** chartjs ***********************************/ |
| 1557 | 1522 | /******************************************************************************/ |
| 1558 | 1523 | |
| @@ -1562,7 +1527,7 @@ | ||
| 1562 | 1527 | |
| 1563 | 1528 | /******************************************************************************/ |
| 1564 | 1529 | /******************************** Frontend Actions ***********************************/ |
| 1565 | 1530 | /******************************************************************************/ |
| 1566 | -#vz-frontend-actions .only-pro-inner, #vz-data-controls .only-pro-inner { | |
| 1531 | +#vz-frontend-actions .only-pro-inner { | |
| 1567 | 1532 | text-align: center; |
| 1568 | -} | |
| 1533 | +} | |