| @@ -5,8 +5,9 @@ | ||
| 5 | 5 | top: 0; |
| 6 | 6 | right: 0; |
| 7 | 7 | bottom: 60px; |
| 8 | 8 | left: 0; |
| 9 | + width: auto; | |
| 9 | 10 | background-color: white; |
| 10 | 11 | } |
| 11 | 12 | |
| 12 | 13 | #canvas { |
| @@ -15,9 +16,31 @@ | ||
| 15 | 16 | right: 310px; |
| 16 | 17 | bottom: 10px; |
| 17 | 18 | left: 10px; |
| 18 | 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 | .loader { |
| 21 | 44 | position: absolute; |
| 22 | 45 | top: 50%; |
| 23 | 46 | left: 50%; |
| @@ -35,9 +58,9 @@ | ||
| 35 | 58 | z-index: 75; |
| 36 | 59 | top: 0; |
| 37 | 60 | right: 0; |
| 38 | 61 | bottom: 60px; |
| 39 | - width: 299px; | |
| 62 | + width: 350px; | |
| 40 | 63 | border-left: 1px solid #dfdfdf; |
| 41 | 64 | background: whitesmoke; |
| 42 | 65 | |
| 43 | 66 | -webkit-overflow-scrolling: touch; |
| @@ -84,12 +107,15 @@ | ||
| 84 | 107 | font-size: 14px; |
| 85 | 108 | font-weight: 600; |
| 86 | 109 | line-height: 21px; |
| 87 | 110 | 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; | |
| 89 | 111 | transition: 0.15s color ease-in-out,0.15s background-color ease-in-out,0.15s border-color ease-in-out; |
| 90 | 112 | } |
| 91 | 113 | |
| 114 | +.viz-title-small { | |
| 115 | + font-size: smaller; | |
| 116 | +} | |
| 117 | + | |
| 92 | 118 | .viz-group-wrapper .viz-group .viz-group:hover .viz-group-title, |
| 93 | 119 | .viz-group-wrapper .viz-group .viz-group.open .viz-group-title { |
| 94 | 120 | border-left-color: #0073aa; |
| 95 | 121 | color: #0073aa; |
| @@ -123,9 +149,8 @@ | ||
| 123 | 149 | border-left: 4px solid #fff; |
| 124 | 150 | background: #fff; |
| 125 | 151 | box-shadow: none; |
| 126 | 152 | cursor: pointer; |
| 127 | - -webkit-transition: color 0.15s ease-in-out,border-color 0.15s ease-in-out,background 0.15s ease-in-out; | |
| 128 | 153 | transition: color 0.15s ease-in-out,border-color 0.15s ease-in-out,background 0.15s ease-in-out; |
| 129 | 154 | } |
| 130 | 155 | |
| 131 | 156 | .viz-group-wrapper .viz-group .customize-section-back:hover { |
| @@ -259,8 +284,19 @@ | ||
| 259 | 284 | font-weight: normal; |
| 260 | 285 | text-decoration: none; |
| 261 | 286 | } |
| 262 | 287 | |
| 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 | + | |
| 263 | 299 | .viz-section-description { |
| 264 | 300 | margin: 0; |
| 265 | 301 | /*display: none;*/ |
| 266 | 302 | padding: 0; |
| @@ -343,8 +379,23 @@ | ||
| 343 | 379 | margin-top: 15px; |
| 344 | 380 | text-align: center; |
| 345 | 381 | } |
| 346 | 382 | |
| 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 | +} | |
| 347 | 398 | /******************************************************************************/ |
| 348 | 399 | /******************************** TOOLBAR ***********************************/ |
| 349 | 400 | /******************************************************************************/ |
| 350 | 401 | |
| @@ -363,10 +414,15 @@ | ||
| 363 | 414 | } |
| 364 | 415 | |
| 365 | 416 | #toolbar .push-right { |
| 366 | 417 | float: right; |
| 418 | + margin-right: 10px; | |
| 367 | 419 | } |
| 368 | 420 | |
| 421 | +#toolbar .push-left { | |
| 422 | + float: left; | |
| 423 | +} | |
| 424 | + | |
| 369 | 425 | .toolbar-div a { |
| 370 | 426 | float: left; |
| 371 | 427 | } |
| 372 | 428 | |
| @@ -427,8 +483,9 @@ | ||
| 427 | 483 | height: 10px; |
| 428 | 484 | height: 17px; |
| 429 | 485 | border: none; |
| 430 | 486 | color: #fff; |
| 487 | + z-index: 1; | |
| 431 | 488 | background: #c55555; |
| 432 | 489 | } |
| 433 | 490 | |
| 434 | 491 | .type-label { |
| @@ -437,20 +494,23 @@ | ||
| 437 | 494 | height: 205px; |
| 438 | 495 | padding: 15px; |
| 439 | 496 | border: 1px solid #e0e0e0; |
| 440 | 497 | background-color: white; |
| 441 | - background-image: url(../images/chart_types_g.png); | |
| 498 | + background-image: url(../images/chart_types_v395.png); | |
| 442 | 499 | background-repeat: no-repeat; |
| 443 | 500 | background-position: center center; |
| 501 | + background-size: 900px 1150px; | |
| 502 | + filter: grayscale(100%); | |
| 444 | 503 | } |
| 445 | 504 | |
| 446 | 505 | .type-label-selected, |
| 447 | -.type-box > .type-label:hover { | |
| 448 | - background-image: url(../images/chart_types.png); | |
| 506 | +.type-box .type-label:hover { | |
| 507 | +/* background-image: url(../images/chart_types_v340.png);*/ | |
| 508 | + filter: grayscale(0); | |
| 449 | 509 | } |
| 450 | 510 | |
| 451 | 511 | .type-box-area .type-label { |
| 452 | - background-position: 0 -225px; | |
| 512 | + background-position: -8px -225px; | |
| 453 | 513 | } |
| 454 | 514 | |
| 455 | 515 | .type-box-line .type-label { |
| 456 | 516 | background-position: -600px 0; |
| @@ -464,9 +524,9 @@ | ||
| 464 | 524 | background-position: 0 0; |
| 465 | 525 | } |
| 466 | 526 | |
| 467 | 527 | .type-box-gauge .type-label { |
| 468 | - background-position: 0 -450px; | |
| 528 | + background-position: -7px -450px; | |
| 469 | 529 | } |
| 470 | 530 | |
| 471 | 531 | .type-box-geo .type-label { |
| 472 | 532 | background-position: -600px -450px; |
| @@ -472,9 +532,9 @@ | ||
| 472 | 532 | background-position: -600px -450px; |
| 473 | 533 | } |
| 474 | 534 | |
| 475 | 535 | .type-box-candlestick .type-label { |
| 476 | - background-position: -300px -450px; | |
| 536 | + background-position: -304px -450px; | |
| 477 | 537 | } |
| 478 | 538 | |
| 479 | 539 | .type-box-bar .type-label { |
| 480 | 540 | background-position: -300px -225px; |
| @@ -479,24 +539,38 @@ | ||
| 479 | 539 | .type-box-bar .type-label { |
| 480 | 540 | background-position: -300px -225px; |
| 481 | 541 | } |
| 482 | 542 | |
| 543 | +.type-box-bubble .type-label { | |
| 544 | + background-position: -604px -906px; | |
| 545 | +} | |
| 546 | + | |
| 483 | 547 | .type-box-column .type-label { |
| 484 | 548 | background-position: -600px -225px; |
| 485 | 549 | } |
| 486 | 550 | |
| 487 | -.type-box-table .type-label { | |
| 551 | +.type-box-dataTable .type-label, | |
| 552 | +.type-box-table .type-label, | |
| 553 | +.type-box-tabular .type-label { | |
| 488 | 554 | background-position: -301px -670px; |
| 489 | 555 | } |
| 490 | 556 | |
| 491 | 557 | .type-box-timeline .type-label { |
| 492 | - background-position: -2px -670px; | |
| 558 | + background-position: -8px -670px; | |
| 493 | 559 | } |
| 494 | 560 | |
| 495 | 561 | .type-box-combo .type-label { |
| 496 | - background-position: -597px -670px; | |
| 562 | + background-position: -606px -670px; | |
| 497 | 563 | } |
| 498 | 564 | |
| 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 | + | |
| 499 | 573 | /******************************************************************************/ |
| 500 | 574 | /******************************** OTHER STYLES ******************************/ |
| 501 | 575 | /******************************************************************************/ |
| 502 | 576 | |
| @@ -577,9 +651,8 @@ | ||
| 577 | 651 | box-shadow: none !important; |
| 578 | 652 | text-shadow: none!important; |
| 579 | 653 | font-family: "Open Sans",sans-serif; |
| 580 | 654 | font-weight: 700; |
| 581 | - -webkit-transition: all 0.3s ease 0s; | |
| 582 | 655 | transition: all 0.3s ease 0s; |
| 583 | 656 | } |
| 584 | 657 | |
| 585 | 658 | .computer-btn:hover { |
| @@ -588,10 +661,8 @@ | ||
| 588 | 661 | color: white !important; |
| 589 | 662 | background: #2f8cea url("../images/computer.png") no-repeat scroll 7px -36px !important; |
| 590 | 663 | box-shadow: 0 1px 0 rgba(171, 171, 171, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15) !important; |
| 591 | 664 | box-shadow: none !important; |
| 592 | - -webkit-transition: all 0.3s ease 0s; | |
| 593 | - -webkit-transition: all 0.3s ease; | |
| 594 | 665 | transition: all 0.3s ease 0s; |
| 595 | 666 | transition: all 0.3s ease; |
| 596 | 667 | } |
| 597 | 668 | |
| @@ -608,9 +679,8 @@ | ||
| 608 | 679 | background: #e6e6e6 url("../images/web.png") no-repeat scroll 7px 1px !important; |
| 609 | 680 | box-shadow: none !important; |
| 610 | 681 | font-family: "Open Sans",sans-serif; |
| 611 | 682 | font-weight: 700; |
| 612 | - -webkit-transition: all 0.3s ease 0s; | |
| 613 | 683 | transition: all 0.3s ease 0s; |
| 614 | 684 | /*margin-left: 2px !important;*/ |
| 615 | 685 | } |
| 616 | 686 | |
| @@ -620,10 +690,8 @@ | ||
| 620 | 690 | border: 1px solid #89b158 !important; |
| 621 | 691 | color: white !important; |
| 622 | 692 | background: #89b158 url("../images/web.png") no-repeat scroll 7px -38px !important; |
| 623 | 693 | box-shadow: none !important; |
| 624 | - -webkit-transition: all 0.3s ease 0s; | |
| 625 | - -webkit-transition: all 0.3s ease; | |
| 626 | 694 | transition: all 0.3s ease 0s; |
| 627 | 695 | transition: all 0.3s ease; |
| 628 | 696 | } |
| 629 | 697 | |
| @@ -643,9 +711,8 @@ | ||
| 643 | 711 | background: #e6e6e6 url("../images/from_chart.png") no-repeat scroll 7px 1px !important; |
| 644 | 712 | box-shadow: none !important; |
| 645 | 713 | font-family: "Open Sans",sans-serif; |
| 646 | 714 | font-weight: 700; |
| 647 | - -webkit-transition: all 0.3s ease 0s; | |
| 648 | 715 | transition: all 0.3s ease 0s; |
| 649 | 716 | /*margin-left: 2px !important; |
| 650 | 717 | margin-top: 2px !important;*/ |
| 651 | 718 | } |
| @@ -656,10 +723,8 @@ | ||
| 656 | 723 | border: 1px solid #10aecb !important; |
| 657 | 724 | color: white !important; |
| 658 | 725 | background: #10aecb url("../images/from_chart.png") no-repeat scroll 7px -36px !important; |
| 659 | 726 | box-shadow: none !important; |
| 660 | - -webkit-transition: all 0.3s ease 0s; | |
| 661 | - -webkit-transition: all 0.3s ease; | |
| 662 | 727 | transition: all 0.3s ease 0s; |
| 663 | 728 | transition: all 0.3s ease; |
| 664 | 729 | /*margin-top: 2px !important;*/ |
| 665 | 730 | } |
| @@ -666,10 +731,10 @@ | ||
| 666 | 731 | |
| 667 | 732 | input#existing-chart { |
| 668 | 733 | /*left: 18px; |
| 669 | 734 | width: 110px; |
| 670 | - position: relative;*/ | |
| 671 | -} | |
| 735 | + position: relative;*/ | |
| 736 | + } | |
| 672 | 737 | |
| 673 | 738 | select#chart-id { |
| 674 | 739 | float: right; |
| 675 | 740 | width: 146px; |
| @@ -683,9 +748,8 @@ | ||
| 683 | 748 | color: white !important; |
| 684 | 749 | background-color: #2f8cea !important; |
| 685 | 750 | box-shadow: none !important; |
| 686 | 751 | text-shadow: none; |
| 687 | - -webkit-transition: all 0.3s ease; | |
| 688 | 752 | transition: all 0.3s ease; |
| 689 | 753 | } |
| 690 | 754 | |
| 691 | 755 | .preview-btn { |
| @@ -694,9 +758,8 @@ | ||
| 694 | 758 | background-color: #2f8cea !important; |
| 695 | 759 | box-shadow: none !important; |
| 696 | 760 | font-family: "Open Sans",sans-serif; |
| 697 | 761 | font-weight: 700; |
| 698 | - -webkit-transition: all 0.3s ease; | |
| 699 | 762 | transition: all 0.3s ease; |
| 700 | 763 | } |
| 701 | 764 | |
| 702 | 765 | .preview-btn:hover { |
| @@ -705,9 +768,8 @@ | ||
| 705 | 768 | background-color: #2c80d6 !important; |
| 706 | 769 | box-shadow: none !important; |
| 707 | 770 | font-family: "Open Sans",sans-serif; |
| 708 | 771 | font-weight: 700; |
| 709 | - -webkit-transition: all 0.3s ease; | |
| 710 | 772 | transition: all 0.3s ease; |
| 711 | 773 | } |
| 712 | 774 | |
| 713 | 775 | .show-live-btn { |
| @@ -727,9 +789,8 @@ | ||
| 727 | 789 | background-color: #ea8c00 !important; |
| 728 | 790 | box-shadow: none !important; |
| 729 | 791 | font-family: "Open Sans",sans-serif; |
| 730 | 792 | font-weight: 700; |
| 731 | - -webkit-transition: all 0.3s ease; | |
| 732 | 793 | transition: all 0.3s ease; |
| 733 | 794 | } |
| 734 | 795 | |
| 735 | 796 | .check-pro-btn { |
| @@ -767,8 +828,19 @@ | ||
| 767 | 828 | .hidden-setting { |
| 768 | 829 | display: none; |
| 769 | 830 | } |
| 770 | 831 | |
| 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 | + | |
| 771 | 843 | /* ====== RESPONSIVE ====== */ |
| 772 | 844 | |
| 773 | 845 | @media (max-width: 1366px) { |
| 774 | 846 | #rate-stars { |
| @@ -930,8 +1002,9 @@ | ||
| 930 | 1002 | |
| 931 | 1003 | #vz-csv-file-form, |
| 932 | 1004 | #vz-one-time-import, |
| 933 | 1005 | #vz-schedule-import, |
| 1006 | +#vz-permissions .only-pro-content, | |
| 934 | 1007 | .edit-data-content { |
| 935 | 1008 | text-align: center; |
| 936 | 1009 | } |
| 937 | 1010 | |
| @@ -980,9 +1053,8 @@ | ||
| 980 | 1053 | left: 0; |
| 981 | 1054 | width: 100%; |
| 982 | 1055 | opacity: 0; |
| 983 | 1056 | background: rgba(253,253,253,0.9); |
| 984 | - -webkit-transition: 0.5s ease; | |
| 985 | 1057 | transition: 0.5s ease; |
| 986 | 1058 | } |
| 987 | 1059 | |
| 988 | 1060 | .only-pro-feature:hover .only-pro-content { |
| @@ -1009,18 +1081,22 @@ | ||
| 1009 | 1081 | .only-pro-content a { |
| 1010 | 1082 | display: inline-block; |
| 1011 | 1083 | padding: 7px 12px; |
| 1012 | 1084 | color: #fff; |
| 1013 | - background: #ff595e; | |
| 1085 | + background: #3F57E1; | |
| 1014 | 1086 | font-weight: 600; |
| 1015 | 1087 | text-decoration: none; |
| 1016 | - text-transform: uppercase; | |
| 1017 | - -webkit-transition: 0.1s ease; | |
| 1018 | 1088 | transition: 0.1s ease; |
| 1089 | + border-width: 1px; | |
| 1090 | + border-style: solid; | |
| 1091 | + border-radius: 3px; | |
| 1019 | 1092 | } |
| 1093 | +.only-pro-content .only-pro-container a { | |
| 1094 | + color: #fff !important; | |
| 1095 | +} | |
| 1020 | 1096 | |
| 1021 | 1097 | .only-pro-content a:hover { |
| 1022 | - background: #ce484c; | |
| 1098 | + background: #2D419B; | |
| 1023 | 1099 | } |
| 1024 | 1100 | |
| 1025 | 1101 | #sidebar::-webkit-scrollbar { |
| 1026 | 1102 | width: 4px; |
| @@ -1053,6 +1129,440 @@ | ||
| 1053 | 1129 | } |
| 1054 | 1130 | |
| 1055 | 1131 | #permissions-form .only-pro-feature > ul { |
| 1056 | 1132 | position: relative; |
| 1133 | + text-align: center; | |
| 1134 | +} | |
| 1135 | + | |
| 1136 | +/******************************************************************************/ | |
| 1137 | +/******************************** DB WIZARD ***********************************/ | |
| 1138 | +/******************************************************************************/ | |
| 1139 | +.db-wizard-condition .select-condition { | |
| 1140 | + display: none; | |
| 1141 | +} | |
| 1142 | + | |
| 1143 | +.db-wizard-condition .select-condition.active { | |
| 1144 | + display: block; | |
| 1145 | + max-width: 50%; | |
| 1146 | + margin-top: 10px; | |
| 1147 | + padding-top: 10px; | |
| 1148 | + border-top: 1px solid #eee; | |
| 1149 | + font-weight: 500; | |
| 1150 | +} | |
| 1151 | + | |
| 1152 | +.db-wizard-results { | |
| 1153 | + width: calc(100% - 350px); | |
| 1154 | +} | |
| 1155 | + | |
| 1156 | +#db-wizard-form { | |
| 1157 | + padding: 25px; | |
| 1158 | +} | |
| 1159 | + | |
| 1160 | +.db-wizard-query label { | |
| 1161 | + display: block; | |
| 1162 | + min-width: 150px; | |
| 1163 | + padding: 20px 0 5px; | |
| 1164 | + color: rgba(0,0,0,0.85); | |
| 1165 | + font-size: 18px; | |
| 1166 | + font-weight: 500; | |
| 1167 | +} | |
| 1168 | + | |
| 1169 | +.db-wizard-query .db-wizard-where label, | |
| 1170 | +.db-wizard-query .db-wizard-from label { | |
| 1171 | + padding-top: 0; | |
| 1172 | +} | |
| 1173 | + | |
| 1174 | +.db-wizard-query > div:not(:last-child) { | |
| 1175 | + margin-bottom: 15px; | |
| 1176 | +} | |
| 1177 | + | |
| 1178 | +.db-wizard-query .select-condition > div { | |
| 1179 | + display: block; | |
| 1180 | +} | |
| 1181 | + | |
| 1182 | +.db-wizard-query .chosen-container { | |
| 1183 | + width: auto; | |
| 1184 | +} | |
| 1185 | + | |
| 1186 | +.db-wizard-query .chosen-container-single .chosen-single { | |
| 1187 | + border: 1px solid #ccc; | |
| 1188 | + background: #fff; | |
| 1189 | + box-shadow: none; | |
| 1190 | + font-size: 13px; | |
| 1191 | + font-weight: 500; | |
| 1192 | +} | |
| 1193 | + | |
| 1194 | +.db-wizard-templates, | |
| 1195 | +.db-wizard-templates > div { | |
| 1196 | + display: block; | |
| 1197 | +} | |
| 1198 | + | |
| 1199 | +.db-wizard-templates > div { | |
| 1200 | + box-sizing: border-box; | |
| 1201 | + width: 50%; | |
| 1202 | + margin-top: 20px; | |
| 1203 | + padding: 20px; | |
| 1204 | + border: 1px solid #efefef; | |
| 1205 | +} | |
| 1206 | + | |
| 1207 | +.db-wizard-templates > div:first-child { | |
| 1208 | + margin-top: 0; | |
| 1209 | +} | |
| 1210 | + | |
| 1211 | +.db-wizard-query .chosen-container-multi .chosen-choices { | |
| 1212 | + padding: 5px; | |
| 1213 | + border-color: #ccc; | |
| 1214 | + background: #fff; | |
| 1215 | + box-shadow: none; | |
| 1216 | +} | |
| 1217 | + | |
| 1218 | +.db-wizard-results .dataTables_wrapper .dataTables_filter input, | |
| 1219 | +.db-wizard-query .select-condition-operand input, | |
| 1220 | +.db-wizard-limit input { | |
| 1221 | + width: 50%; | |
| 1222 | + padding-left: 7px; | |
| 1223 | + border: 1px solid #ccc; | |
| 1224 | + border-radius: 6px; | |
| 1225 | + background: #fff; | |
| 1226 | + box-shadow: none; | |
| 1227 | + font-size: 13px; | |
| 1228 | +} | |
| 1229 | + | |
| 1230 | +.db-wizard-limit input { | |
| 1231 | + display: inline; | |
| 1232 | + width: 150px; | |
| 1233 | + margin: 0 0 20px 20px; | |
| 1234 | +} | |
| 1235 | + | |
| 1236 | +.db-wizard-limit label { | |
| 1237 | + display: inline; | |
| 1238 | +} | |
| 1239 | + | |
| 1240 | +.db-wizard-query .select-condition-operand input::-webkit-input-placeholder { | |
| 1241 | + color: #cdcdcd; | |
| 1242 | +} | |
| 1243 | + | |
| 1244 | +.db-wizard-query .select-condition-operand input:-ms-input-placeholder { | |
| 1245 | + color: #cdcdcd; | |
| 1246 | +} | |
| 1247 | + | |
| 1248 | +.db-wizard-query .select-condition-operand input::placeholder { | |
| 1249 | + color: #cdcdcd; | |
| 1250 | +} | |
| 1251 | + | |
| 1252 | +.db-wizard-query .chosen-container-multi .chosen-choices li.search-choice { | |
| 1253 | + padding: 5px 30px 5px 5px; | |
| 1254 | + border-color: #ccc; | |
| 1255 | + background: #fff; | |
| 1256 | + box-shadow: none; | |
| 1257 | + font-weight: 600; | |
| 1258 | +} | |
| 1259 | + | |
| 1260 | +.db-wizard-results table > thead > tr > th { | |
| 1261 | + padding: 15px 8px; | |
| 1262 | + border: none; | |
| 1263 | + color: #252422; | |
| 1264 | + background: #fff; | |
| 1265 | + font-size: 18px; | |
| 1266 | + font-weight: 500; | |
| 1267 | + text-align: left; | |
| 1268 | +} | |
| 1269 | + | |
| 1270 | +.db-wizard-results table > tbody > tr > td, | |
| 1271 | +.dataTables_info { | |
| 1272 | + padding: 15px 8px; | |
| 1273 | + border-top: 1px solid #a2a2a2; | |
| 1274 | + color: #252422; | |
| 1275 | + font-size: 14px; | |
| 1276 | + font-weight: 300; | |
| 1277 | +} | |
| 1278 | + | |
| 1279 | +.db-wizard-results table > tbody > tr.odd { | |
| 1280 | + background-color: #f7f7f7; | |
| 1281 | +} | |
| 1282 | + | |
| 1283 | +.db-wizard-results table.dataTable.no-footer { | |
| 1284 | + border: none; | |
| 1285 | +} | |
| 1286 | + | |
| 1287 | +.db-wizard-results .dataTables_wrapper .dataTables_info { | |
| 1288 | + border-top: 1px solid #ccc5b9; | |
| 1289 | + color: #a2a2a2; | |
| 1290 | + font-size: 12px; | |
| 1291 | + font-weight: 500; | |
| 1292 | +} | |
| 1293 | + | |
| 1294 | +.db-wizard-results .dataTables_filter label { | |
| 1295 | + font-size: 18px; | |
| 1296 | + font-weight: 500; | |
| 1297 | +} | |
| 1298 | + | |
| 1299 | +.db-wizard-where-template-remove, | |
| 1300 | +.db-wizard-where-template-add { | |
| 1301 | + width: auto; | |
| 1302 | + height: 25px; | |
| 1303 | + margin-top: 10px; | |
| 1304 | + border: none; | |
| 1305 | + border-radius: 3px; | |
| 1306 | + color: #fff; | |
| 1307 | + font-size: 12px; | |
| 1308 | + cursor: pointer; | |
| 1309 | + transition: 0.3s ease; | |
| 1310 | +} | |
| 1311 | + | |
| 1312 | +.db-wizard-where-template-remove:hover, | |
| 1313 | +.db-wizard-where-template-add:hover { | |
| 1314 | + opacity: 0.8; | |
| 1315 | +} | |
| 1316 | + | |
| 1317 | +.db-wizard-results .dataTables_wrapper .dataTables_filter { | |
| 1318 | + float: none; | |
| 1319 | + text-align: left; | |
| 1320 | +} | |
| 1321 | + | |
| 1322 | +.db-wizard-where-template-add { | |
| 1323 | + background-color: #34a85e; | |
| 1324 | +} | |
| 1325 | + | |
| 1326 | +.db-wizard-where-template-remove { | |
| 1327 | + background-color: #ff0d00; | |
| 1328 | +} | |
| 1329 | + | |
| 1330 | +#db-query-form .CodeMirror-scroll { | |
| 1331 | + overflow: hidden !important; | |
| 1332 | + height: 50%; | |
| 1333 | + margin: 0; | |
| 1334 | + padding: 0; | |
| 1335 | +} | |
| 1336 | + | |
| 1337 | +#db-query-form .CodeMirror-wrap { | |
| 1338 | + height: 200px; | |
| 1339 | + padding: 15px; | |
| 1340 | + color: #fff; | |
| 1341 | + background: #282923; | |
| 1342 | + font-size: 15px; | |
| 1343 | +} | |
| 1344 | + | |
| 1345 | +#db-query-form .CodeMirror-wrap .CodeMirror-cursor { | |
| 1346 | + border-left: 1px solid #fff !important; | |
| 1347 | +} | |
| 1348 | + | |
| 1349 | +#db-query-form .CodeMirror-wrap .CodeMirror-placeholder { | |
| 1350 | + color: #fff; | |
| 1351 | +} | |
| 1352 | + | |
| 1353 | +#db-query-form .CodeMirror-wrap pre { | |
| 1354 | + color: #fff !important; | |
| 1355 | +} | |
| 1356 | + | |
| 1357 | +#db-query-form .CodeMirror-wrap pre .cm-keyword { | |
| 1358 | + color: #f92472 !important; | |
| 1359 | +} | |
| 1360 | + | |
| 1361 | +#db-query-form .CodeMirror-wrap pre .cm-comment { | |
| 1362 | + color: #74705d !important; | |
| 1363 | +} | |
| 1364 | + | |
| 1365 | +#db-query-form .CodeMirror-wrap pre .cm-number, | |
| 1366 | +#db-query-form .CodeMirror-wrap pre .cm-string { | |
| 1367 | + color: #fff !important; | |
| 1368 | +} | |
| 1369 | + | |
| 1370 | +.visualizer-db-query-form > div { | |
| 1371 | + display: block; | |
| 1372 | + width: 15%; | |
| 1373 | + vertical-align: middle; | |
| 1374 | +} | |
| 1375 | + | |
| 1376 | +#visualizer-db-query { | |
| 1377 | + padding: 20px; | |
| 1378 | +} | |
| 1379 | + | |
| 1380 | +.visualizer-db-query-form > div:first-child { | |
| 1381 | + width: 100%; | |
| 1382 | + margin-bottom: 20px; | |
| 1383 | +} | |
| 1384 | + | |
| 1385 | +.db-wizard-error { | |
| 1386 | + color: #f00; | |
| 1387 | +} | |
| 1388 | + | |
| 1389 | +.db-wizard-hints, | |
| 1390 | +.json-wizard-hints, | |
| 1391 | +.html-table-editor-hints { | |
| 1392 | + margin-bottom: 30px; | |
| 1393 | + color: #0085ba; | |
| 1394 | +} | |
| 1395 | + | |
| 1396 | +.db-wizard-hints .visualizer-emboss, | |
| 1397 | +.db-wizard-hints a, | |
| 1398 | +.html-table-editor-hints a, | |
| 1399 | +.json-wizard-hints .visualizer-emboss, | |
| 1400 | +.json-wizard-hints a { | |
| 1401 | + color: #f92472; | |
| 1402 | +} | |
| 1403 | + | |
| 1404 | +.db-wizard-hints ul, | |
| 1405 | +.html-table-editor-hints ul, | |
| 1406 | +.json-wizard-hints ul { | |
| 1407 | + list-style: square; | |
| 1408 | +} | |
| 1409 | + | |
| 1410 | +.db-wizard-results .dataTables_wrapper .dataTables_info { | |
| 1411 | + width: calc(100% - 17px); | |
| 1412 | +} | |
| 1413 | + | |
| 1414 | + | |
| 1415 | +/******************************************************************************/ | |
| 1416 | +/******************************** data tables *******************************/ | |
| 1417 | +/******************************************************************************/ | |
| 1418 | +.db-wizard-results .dt-button { | |
| 1419 | + display: none !important; | |
| 1420 | +} | |
| 1421 | + | |
| 1422 | +.dt-button.buttons-print { | |
| 1423 | + display: none; | |
| 1424 | +} | |
| 1425 | + | |
| 1426 | +/******************************************************************************/ | |
| 1427 | +/******************************** json table *********************************/ | |
| 1428 | +/******************************************************************************/ | |
| 1429 | +#json-conclude-form .results { | |
| 1430 | + min-width: 10px !important; | |
| 1431 | +} | |
| 1432 | + | |
| 1433 | +#json-conclude-form .json-table { | |
| 1434 | + width: 85%; | |
| 1435 | +} | |
| 1436 | + | |
| 1437 | +#vz-import-json-url, | |
| 1438 | +#vz-import-json-root, | |
| 1439 | +#vz-import-json-paging { | |
| 1440 | + width: 75%; | |
| 1441 | +} | |
| 1442 | + | |
| 1443 | +#json-conclude-form .json-table, | |
| 1444 | +#json-conclude-form button#visualizer-json-conclude { | |
| 1445 | + display: inline-block; | |
| 1446 | + vertical-align: middle; | |
| 1447 | +} | |
| 1448 | + | |
| 1449 | +.viz-editor-table tbody tr:first-child { | |
| 1450 | + background-color: #ececec !important; | |
| 1451 | +} | |
| 1452 | + | |
| 1453 | +.viz-editor-table tr th { | |
| 1454 | + background-color: #cccccc; | |
| 1455 | +} | |
| 1456 | + | |
| 1457 | +.viz-editor-table thead tr th:nth-child(n+1) { | |
| 1458 | + cursor: move !important; | |
| 1459 | +} | |
| 1460 | + | |
| 1461 | +#json-conclude-form .json-wizard-hints .info, | |
| 1462 | +.html-table-editor-hints .info { | |
| 1463 | + margin: 1% 0px; | |
| 1464 | +} | |
| 1465 | + | |
| 1466 | +.viz-step.ui-state-active { | |
| 1467 | + border-color: #0085BA !important; | |
| 1468 | + background: #0085BA !important; | |
| 1469 | + color: #ffffff; | |
| 1470 | +} | |
| 1471 | + | |
| 1472 | +.viz-substep { | |
| 1473 | + outline: 0 !important; | |
| 1474 | + border: 0 !important; | |
| 1475 | + background: none !important; | |
| 1476 | + text-transform: uppercase; | |
| 1477 | +} | |
| 1478 | + | |
| 1479 | +.viz-substep.ui-state-active { | |
| 1480 | +} | |
| 1481 | + | |
| 1482 | +.viz-substep ~ .ui-accordion-content { | |
| 1483 | + outline: 0 !important; | |
| 1484 | + border: 0 !important; | |
| 1485 | + font-size: smaller; | |
| 1486 | +} | |
| 1487 | + | |
| 1488 | +.viz-substep ~ div { | |
| 1489 | + display: table; | |
| 1490 | +} | |
| 1491 | + | |
| 1492 | +.viz-substep ~ div > div { | |
| 1493 | + display: table-row; | |
| 1494 | +} | |
| 1495 | + | |
| 1496 | +.viz-substep ~ div > div div { | |
| 1497 | + display: table-cell; | |
| 1498 | + padding: 5px; | |
| 1499 | +} | |
| 1500 | + | |
| 1501 | +.json-wizard-header .field-title { | |
| 1502 | + position: absolute; | |
| 1503 | + left: 30px; | |
| 1504 | +} | |
| 1505 | +/******************************************************************************/ | |
| 1506 | +/******************************** html table editor **************************/ | |
| 1507 | +/******************************************************************************/ | |
| 1508 | +.viz-simple-editor-type, | |
| 1509 | +.viz-simple-editor { | |
| 1510 | + display: none; | |
| 1511 | +} | |
| 1512 | + | |
| 1513 | +.viz-table-editor { | |
| 1514 | + width: 75%; | |
| 1515 | + margin-left: 2%; | |
| 1516 | +} | |
| 1517 | + | |
| 1518 | +.viz-html-table, | |
| 1519 | +button#visualizer-save-html-table { | |
| 1520 | + display: inline-block; | |
| 1521 | + vertical-align: middle; | |
| 1522 | +} | |
| 1523 | + | |
| 1524 | + | |
| 1525 | +/******************************************************************************/ | |
| 1526 | +/******************************** text area editor **************************/ | |
| 1527 | +/******************************************************************************/ | |
| 1528 | +.viz-text-editor { | |
| 1529 | + padding: 20px; | |
| 1530 | + z-index: 9999; | |
| 1531 | + box-sizing: border-box; | |
| 1532 | + padding-right: 320px; | |
| 1533 | +} | |
| 1534 | + | |
| 1535 | +.viz-text-editor textarea { | |
| 1536 | + width: 85%; | |
| 1537 | + overflow: auto; | |
| 1538 | + background: #282923; | |
| 1539 | + color: #ffffff; | |
| 1540 | + padding: 15px; | |
| 1541 | + height: 400px; | |
| 1542 | + font-size: 15px; | |
| 1543 | +} | |
| 1544 | + | |
| 1545 | +.viz-text-editor textarea, | |
| 1546 | +button#viz-text-editor-button { | |
| 1547 | + display: inline-block; | |
| 1548 | + vertical-align: middle; | |
| 1549 | +} | |
| 1550 | + | |
| 1551 | +.viz-simple-editor .viz-html-table { | |
| 1552 | + width: 95%; | |
| 1553 | +} | |
| 1554 | + | |
| 1555 | +/******************************************************************************/ | |
| 1556 | +/******************************** chartjs ***********************************/ | |
| 1557 | +/******************************************************************************/ | |
| 1558 | + | |
| 1559 | +canvas.chartjs-render-monitor { | |
| 1560 | + height: 500px !important; | |
| 1561 | +} | |
| 1562 | + | |
| 1563 | +/******************************************************************************/ | |
| 1564 | +/******************************** Frontend Actions ***********************************/ | |
| 1565 | +/******************************************************************************/ | |
| 1566 | +#vz-frontend-actions .only-pro-inner, #vz-data-controls .only-pro-inner { | |
| 1057 | 1567 | text-align: center; |
| 1058 | 1568 | } |