| @@ -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 | |
| @@ -437,9 +493,9 @@ | ||
| 437 | 493 | height: 205px; |
| 438 | 494 | padding: 15px; |
| 439 | 495 | border: 1px solid #e0e0e0; |
| 440 | 496 | background-color: white; |
| 441 | - background-image: url(../images/chart_types_g.png); | |
| 497 | + background-image: url(../images/chart_types_v340_g.png); | |
| 442 | 498 | background-repeat: no-repeat; |
| 443 | 499 | background-position: center center; |
| 444 | 500 | } |
| 445 | 501 | |
| @@ -444,9 +500,9 @@ | ||
| 444 | 500 | } |
| 445 | 501 | |
| 446 | 502 | .type-label-selected, |
| 447 | 503 | .type-box > .type-label:hover { |
| 448 | - background-image: url(../images/chart_types.png); | |
| 504 | + background-image: url(../images/chart_types_v340.png); | |
| 449 | 505 | } |
| 450 | 506 | |
| 451 | 507 | .type-box-area .type-label { |
| 452 | 508 | background-position: 0 -225px; |
| @@ -479,13 +535,19 @@ | ||
| 479 | 535 | .type-box-bar .type-label { |
| 480 | 536 | background-position: -300px -225px; |
| 481 | 537 | } |
| 482 | 538 | |
| 539 | +.type-box-bubble .type-label { | |
| 540 | + background-position: -600px -906px; | |
| 541 | +} | |
| 542 | + | |
| 483 | 543 | .type-box-column .type-label { |
| 484 | 544 | background-position: -600px -225px; |
| 485 | 545 | } |
| 486 | 546 | |
| 487 | -.type-box-table .type-label { | |
| 547 | +.type-box-dataTable .type-label, | |
| 548 | +.type-box-table .type-label, | |
| 549 | +.type-box-tabular .type-label { | |
| 488 | 550 | background-position: -301px -670px; |
| 489 | 551 | } |
| 490 | 552 | |
| 491 | 553 | .type-box-timeline .type-label { |
| @@ -495,8 +557,16 @@ | ||
| 495 | 557 | .type-box-combo .type-label { |
| 496 | 558 | background-position: -597px -670px; |
| 497 | 559 | } |
| 498 | 560 | |
| 561 | +.type-box-polarArea .type-label { | |
| 562 | + background-position: -2px -912px; | |
| 563 | +} | |
| 564 | + | |
| 565 | +.type-box-radar .type-label { | |
| 566 | + background-position: -301px -899px; | |
| 567 | +} | |
| 568 | + | |
| 499 | 569 | /******************************************************************************/ |
| 500 | 570 | /******************************** OTHER STYLES ******************************/ |
| 501 | 571 | /******************************************************************************/ |
| 502 | 572 | |
| @@ -577,9 +647,8 @@ | ||
| 577 | 647 | box-shadow: none !important; |
| 578 | 648 | text-shadow: none!important; |
| 579 | 649 | font-family: "Open Sans",sans-serif; |
| 580 | 650 | font-weight: 700; |
| 581 | - -webkit-transition: all 0.3s ease 0s; | |
| 582 | 651 | transition: all 0.3s ease 0s; |
| 583 | 652 | } |
| 584 | 653 | |
| 585 | 654 | .computer-btn:hover { |
| @@ -588,10 +657,8 @@ | ||
| 588 | 657 | color: white !important; |
| 589 | 658 | background: #2f8cea url("../images/computer.png") no-repeat scroll 7px -36px !important; |
| 590 | 659 | box-shadow: 0 1px 0 rgba(171, 171, 171, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15) !important; |
| 591 | 660 | box-shadow: none !important; |
| 592 | - -webkit-transition: all 0.3s ease 0s; | |
| 593 | - -webkit-transition: all 0.3s ease; | |
| 594 | 661 | transition: all 0.3s ease 0s; |
| 595 | 662 | transition: all 0.3s ease; |
| 596 | 663 | } |
| 597 | 664 | |
| @@ -608,9 +675,8 @@ | ||
| 608 | 675 | background: #e6e6e6 url("../images/web.png") no-repeat scroll 7px 1px !important; |
| 609 | 676 | box-shadow: none !important; |
| 610 | 677 | font-family: "Open Sans",sans-serif; |
| 611 | 678 | font-weight: 700; |
| 612 | - -webkit-transition: all 0.3s ease 0s; | |
| 613 | 679 | transition: all 0.3s ease 0s; |
| 614 | 680 | /*margin-left: 2px !important;*/ |
| 615 | 681 | } |
| 616 | 682 | |
| @@ -620,10 +686,8 @@ | ||
| 620 | 686 | border: 1px solid #89b158 !important; |
| 621 | 687 | color: white !important; |
| 622 | 688 | background: #89b158 url("../images/web.png") no-repeat scroll 7px -38px !important; |
| 623 | 689 | box-shadow: none !important; |
| 624 | - -webkit-transition: all 0.3s ease 0s; | |
| 625 | - -webkit-transition: all 0.3s ease; | |
| 626 | 690 | transition: all 0.3s ease 0s; |
| 627 | 691 | transition: all 0.3s ease; |
| 628 | 692 | } |
| 629 | 693 | |
| @@ -643,9 +707,8 @@ | ||
| 643 | 707 | background: #e6e6e6 url("../images/from_chart.png") no-repeat scroll 7px 1px !important; |
| 644 | 708 | box-shadow: none !important; |
| 645 | 709 | font-family: "Open Sans",sans-serif; |
| 646 | 710 | font-weight: 700; |
| 647 | - -webkit-transition: all 0.3s ease 0s; | |
| 648 | 711 | transition: all 0.3s ease 0s; |
| 649 | 712 | /*margin-left: 2px !important; |
| 650 | 713 | margin-top: 2px !important;*/ |
| 651 | 714 | } |
| @@ -656,10 +719,8 @@ | ||
| 656 | 719 | border: 1px solid #10aecb !important; |
| 657 | 720 | color: white !important; |
| 658 | 721 | background: #10aecb url("../images/from_chart.png") no-repeat scroll 7px -36px !important; |
| 659 | 722 | box-shadow: none !important; |
| 660 | - -webkit-transition: all 0.3s ease 0s; | |
| 661 | - -webkit-transition: all 0.3s ease; | |
| 662 | 723 | transition: all 0.3s ease 0s; |
| 663 | 724 | transition: all 0.3s ease; |
| 664 | 725 | /*margin-top: 2px !important;*/ |
| 665 | 726 | } |
| @@ -666,10 +727,10 @@ | ||
| 666 | 727 | |
| 667 | 728 | input#existing-chart { |
| 668 | 729 | /*left: 18px; |
| 669 | 730 | width: 110px; |
| 670 | - position: relative;*/ | |
| 671 | -} | |
| 731 | + position: relative;*/ | |
| 732 | + } | |
| 672 | 733 | |
| 673 | 734 | select#chart-id { |
| 674 | 735 | float: right; |
| 675 | 736 | width: 146px; |
| @@ -683,9 +744,8 @@ | ||
| 683 | 744 | color: white !important; |
| 684 | 745 | background-color: #2f8cea !important; |
| 685 | 746 | box-shadow: none !important; |
| 686 | 747 | text-shadow: none; |
| 687 | - -webkit-transition: all 0.3s ease; | |
| 688 | 748 | transition: all 0.3s ease; |
| 689 | 749 | } |
| 690 | 750 | |
| 691 | 751 | .preview-btn { |
| @@ -694,9 +754,8 @@ | ||
| 694 | 754 | background-color: #2f8cea !important; |
| 695 | 755 | box-shadow: none !important; |
| 696 | 756 | font-family: "Open Sans",sans-serif; |
| 697 | 757 | font-weight: 700; |
| 698 | - -webkit-transition: all 0.3s ease; | |
| 699 | 758 | transition: all 0.3s ease; |
| 700 | 759 | } |
| 701 | 760 | |
| 702 | 761 | .preview-btn:hover { |
| @@ -705,9 +764,8 @@ | ||
| 705 | 764 | background-color: #2c80d6 !important; |
| 706 | 765 | box-shadow: none !important; |
| 707 | 766 | font-family: "Open Sans",sans-serif; |
| 708 | 767 | font-weight: 700; |
| 709 | - -webkit-transition: all 0.3s ease; | |
| 710 | 768 | transition: all 0.3s ease; |
| 711 | 769 | } |
| 712 | 770 | |
| 713 | 771 | .show-live-btn { |
| @@ -727,9 +785,8 @@ | ||
| 727 | 785 | background-color: #ea8c00 !important; |
| 728 | 786 | box-shadow: none !important; |
| 729 | 787 | font-family: "Open Sans",sans-serif; |
| 730 | 788 | font-weight: 700; |
| 731 | - -webkit-transition: all 0.3s ease; | |
| 732 | 789 | transition: all 0.3s ease; |
| 733 | 790 | } |
| 734 | 791 | |
| 735 | 792 | .check-pro-btn { |
| @@ -767,8 +824,19 @@ | ||
| 767 | 824 | .hidden-setting { |
| 768 | 825 | display: none; |
| 769 | 826 | } |
| 770 | 827 | |
| 828 | +.viz-select-library { | |
| 829 | + color: #0085ba; | |
| 830 | +} | |
| 831 | +.viz-select-library.viz-hide-libary { | |
| 832 | + display: none; | |
| 833 | +} | |
| 834 | + | |
| 835 | +.viz-select-library option:first-child { | |
| 836 | + font-weight: bold; | |
| 837 | +} | |
| 838 | + | |
| 771 | 839 | /* ====== RESPONSIVE ====== */ |
| 772 | 840 | |
| 773 | 841 | @media (max-width: 1366px) { |
| 774 | 842 | #rate-stars { |
| @@ -930,8 +998,9 @@ | ||
| 930 | 998 | |
| 931 | 999 | #vz-csv-file-form, |
| 932 | 1000 | #vz-one-time-import, |
| 933 | 1001 | #vz-schedule-import, |
| 1002 | +#vz-permissions .only-pro-content, | |
| 934 | 1003 | .edit-data-content { |
| 935 | 1004 | text-align: center; |
| 936 | 1005 | } |
| 937 | 1006 | |
| @@ -980,9 +1049,8 @@ | ||
| 980 | 1049 | left: 0; |
| 981 | 1050 | width: 100%; |
| 982 | 1051 | opacity: 0; |
| 983 | 1052 | background: rgba(253,253,253,0.9); |
| 984 | - -webkit-transition: 0.5s ease; | |
| 985 | 1053 | transition: 0.5s ease; |
| 986 | 1054 | } |
| 987 | 1055 | |
| 988 | 1056 | .only-pro-feature:hover .only-pro-content { |
| @@ -1013,9 +1081,8 @@ | ||
| 1013 | 1081 | background: #ff595e; |
| 1014 | 1082 | font-weight: 600; |
| 1015 | 1083 | text-decoration: none; |
| 1016 | 1084 | text-transform: uppercase; |
| 1017 | - -webkit-transition: 0.1s ease; | |
| 1018 | 1085 | transition: 0.1s ease; |
| 1019 | 1086 | } |
| 1020 | 1087 | |
| 1021 | 1088 | .only-pro-content a:hover { |
| @@ -1055,4 +1122,438 @@ | ||
| 1055 | 1122 | #permissions-form .only-pro-feature > ul { |
| 1056 | 1123 | position: relative; |
| 1057 | 1124 | text-align: center; |
| 1058 | 1125 | } |
| 1126 | + | |
| 1127 | +/******************************************************************************/ | |
| 1128 | +/******************************** DB WIZARD ***********************************/ | |
| 1129 | +/******************************************************************************/ | |
| 1130 | +.db-wizard-condition .select-condition { | |
| 1131 | + display: none; | |
| 1132 | +} | |
| 1133 | + | |
| 1134 | +.db-wizard-condition .select-condition.active { | |
| 1135 | + display: block; | |
| 1136 | + max-width: 50%; | |
| 1137 | + margin-top: 10px; | |
| 1138 | + padding-top: 10px; | |
| 1139 | + border-top: 1px solid #eee; | |
| 1140 | + font-weight: 500; | |
| 1141 | +} | |
| 1142 | + | |
| 1143 | +.db-wizard-results { | |
| 1144 | + width: calc(100% - 350px); | |
| 1145 | +} | |
| 1146 | + | |
| 1147 | +#db-wizard-form { | |
| 1148 | + padding: 25px; | |
| 1149 | +} | |
| 1150 | + | |
| 1151 | +.db-wizard-query label { | |
| 1152 | + display: block; | |
| 1153 | + min-width: 150px; | |
| 1154 | + padding: 20px 0 5px; | |
| 1155 | + color: rgba(0,0,0,0.85); | |
| 1156 | + font-size: 18px; | |
| 1157 | + font-weight: 500; | |
| 1158 | +} | |
| 1159 | + | |
| 1160 | +.db-wizard-query .db-wizard-where label, | |
| 1161 | +.db-wizard-query .db-wizard-from label { | |
| 1162 | + padding-top: 0; | |
| 1163 | +} | |
| 1164 | + | |
| 1165 | +.db-wizard-query > div:not(:last-child) { | |
| 1166 | + margin-bottom: 15px; | |
| 1167 | +} | |
| 1168 | + | |
| 1169 | +.db-wizard-query .select-condition > div { | |
| 1170 | + display: block; | |
| 1171 | +} | |
| 1172 | + | |
| 1173 | +.db-wizard-query .chosen-container { | |
| 1174 | + width: auto; | |
| 1175 | +} | |
| 1176 | + | |
| 1177 | +.db-wizard-query .chosen-container-single .chosen-single { | |
| 1178 | + border: 1px solid #ccc; | |
| 1179 | + background: #fff; | |
| 1180 | + box-shadow: none; | |
| 1181 | + font-size: 13px; | |
| 1182 | + font-weight: 500; | |
| 1183 | +} | |
| 1184 | + | |
| 1185 | +.db-wizard-templates, | |
| 1186 | +.db-wizard-templates > div { | |
| 1187 | + display: block; | |
| 1188 | +} | |
| 1189 | + | |
| 1190 | +.db-wizard-templates > div { | |
| 1191 | + box-sizing: border-box; | |
| 1192 | + width: 50%; | |
| 1193 | + margin-top: 20px; | |
| 1194 | + padding: 20px; | |
| 1195 | + border: 1px solid #efefef; | |
| 1196 | +} | |
| 1197 | + | |
| 1198 | +.db-wizard-templates > div:first-child { | |
| 1199 | + margin-top: 0; | |
| 1200 | +} | |
| 1201 | + | |
| 1202 | +.db-wizard-query .chosen-container-multi .chosen-choices { | |
| 1203 | + padding: 5px; | |
| 1204 | + border-color: #ccc; | |
| 1205 | + background: #fff; | |
| 1206 | + box-shadow: none; | |
| 1207 | +} | |
| 1208 | + | |
| 1209 | +.db-wizard-results .dataTables_wrapper .dataTables_filter input, | |
| 1210 | +.db-wizard-query .select-condition-operand input, | |
| 1211 | +.db-wizard-limit input { | |
| 1212 | + width: 50%; | |
| 1213 | + padding-left: 7px; | |
| 1214 | + border: 1px solid #ccc; | |
| 1215 | + border-radius: 6px; | |
| 1216 | + background: #fff; | |
| 1217 | + box-shadow: none; | |
| 1218 | + font-size: 13px; | |
| 1219 | +} | |
| 1220 | + | |
| 1221 | +.db-wizard-limit input { | |
| 1222 | + display: inline; | |
| 1223 | + width: 150px; | |
| 1224 | + margin: 0 0 20px 20px; | |
| 1225 | +} | |
| 1226 | + | |
| 1227 | +.db-wizard-limit label { | |
| 1228 | + display: inline; | |
| 1229 | +} | |
| 1230 | + | |
| 1231 | +.db-wizard-query .select-condition-operand input::-webkit-input-placeholder { | |
| 1232 | + color: #cdcdcd; | |
| 1233 | +} | |
| 1234 | + | |
| 1235 | +.db-wizard-query .select-condition-operand input:-ms-input-placeholder { | |
| 1236 | + color: #cdcdcd; | |
| 1237 | +} | |
| 1238 | + | |
| 1239 | +.db-wizard-query .select-condition-operand input::placeholder { | |
| 1240 | + color: #cdcdcd; | |
| 1241 | +} | |
| 1242 | + | |
| 1243 | +.db-wizard-query .chosen-container-multi .chosen-choices li.search-choice { | |
| 1244 | + padding: 5px 30px 5px 5px; | |
| 1245 | + border-color: #ccc; | |
| 1246 | + background: #fff; | |
| 1247 | + box-shadow: none; | |
| 1248 | + font-weight: 600; | |
| 1249 | +} | |
| 1250 | + | |
| 1251 | +.db-wizard-results table > thead > tr > th { | |
| 1252 | + padding: 15px 8px; | |
| 1253 | + border: none; | |
| 1254 | + color: #252422; | |
| 1255 | + background: #fff; | |
| 1256 | + font-size: 18px; | |
| 1257 | + font-weight: 500; | |
| 1258 | + text-align: left; | |
| 1259 | +} | |
| 1260 | + | |
| 1261 | +.db-wizard-results table > tbody > tr > td, | |
| 1262 | +.dataTables_info { | |
| 1263 | + padding: 15px 8px; | |
| 1264 | + border-top: 1px solid #a2a2a2; | |
| 1265 | + color: #252422; | |
| 1266 | + font-size: 14px; | |
| 1267 | + font-weight: 300; | |
| 1268 | +} | |
| 1269 | + | |
| 1270 | +.db-wizard-results table > tbody > tr.odd { | |
| 1271 | + background-color: #f7f7f7; | |
| 1272 | +} | |
| 1273 | + | |
| 1274 | +.db-wizard-results table.dataTable.no-footer { | |
| 1275 | + border: none; | |
| 1276 | +} | |
| 1277 | + | |
| 1278 | +.db-wizard-results .dataTables_wrapper .dataTables_info { | |
| 1279 | + border-top: 1px solid #ccc5b9; | |
| 1280 | + color: #a2a2a2; | |
| 1281 | + font-size: 12px; | |
| 1282 | + font-weight: 500; | |
| 1283 | +} | |
| 1284 | + | |
| 1285 | +.db-wizard-results .dataTables_filter label { | |
| 1286 | + font-size: 18px; | |
| 1287 | + font-weight: 500; | |
| 1288 | +} | |
| 1289 | + | |
| 1290 | +.db-wizard-where-template-remove, | |
| 1291 | +.db-wizard-where-template-add { | |
| 1292 | + width: auto; | |
| 1293 | + height: 25px; | |
| 1294 | + margin-top: 10px; | |
| 1295 | + border: none; | |
| 1296 | + border-radius: 3px; | |
| 1297 | + color: #fff; | |
| 1298 | + font-size: 12px; | |
| 1299 | + cursor: pointer; | |
| 1300 | + transition: 0.3s ease; | |
| 1301 | +} | |
| 1302 | + | |
| 1303 | +.db-wizard-where-template-remove:hover, | |
| 1304 | +.db-wizard-where-template-add:hover { | |
| 1305 | + opacity: 0.8; | |
| 1306 | +} | |
| 1307 | + | |
| 1308 | +.db-wizard-results .dataTables_wrapper .dataTables_filter { | |
| 1309 | + float: none; | |
| 1310 | + text-align: left; | |
| 1311 | +} | |
| 1312 | + | |
| 1313 | +.db-wizard-where-template-add { | |
| 1314 | + background-color: #34a85e; | |
| 1315 | +} | |
| 1316 | + | |
| 1317 | +.db-wizard-where-template-remove { | |
| 1318 | + background-color: #ff0d00; | |
| 1319 | +} | |
| 1320 | + | |
| 1321 | +#db-query-form .CodeMirror-scroll { | |
| 1322 | + overflow: hidden !important; | |
| 1323 | + height: 50%; | |
| 1324 | + margin: 0; | |
| 1325 | + padding: 0; | |
| 1326 | +} | |
| 1327 | + | |
| 1328 | +#db-query-form .CodeMirror-wrap { | |
| 1329 | + height: 200px; | |
| 1330 | + padding: 15px; | |
| 1331 | + color: #fff; | |
| 1332 | + background: #282923; | |
| 1333 | + font-size: 15px; | |
| 1334 | +} | |
| 1335 | + | |
| 1336 | +#db-query-form .CodeMirror-wrap .CodeMirror-cursor { | |
| 1337 | + border-left: 1px solid #fff !important; | |
| 1338 | +} | |
| 1339 | + | |
| 1340 | +#db-query-form .CodeMirror-wrap .CodeMirror-placeholder { | |
| 1341 | + color: #fff; | |
| 1342 | +} | |
| 1343 | + | |
| 1344 | +#db-query-form .CodeMirror-wrap pre { | |
| 1345 | + color: #fff !important; | |
| 1346 | +} | |
| 1347 | + | |
| 1348 | +#db-query-form .CodeMirror-wrap pre .cm-keyword { | |
| 1349 | + color: #f92472 !important; | |
| 1350 | +} | |
| 1351 | + | |
| 1352 | +#db-query-form .CodeMirror-wrap pre .cm-comment { | |
| 1353 | + color: #74705d !important; | |
| 1354 | +} | |
| 1355 | + | |
| 1356 | +#db-query-form .CodeMirror-wrap pre .cm-number, | |
| 1357 | +#db-query-form .CodeMirror-wrap pre .cm-string { | |
| 1358 | + color: #fff !important; | |
| 1359 | +} | |
| 1360 | + | |
| 1361 | +.visualizer-db-query-form > div { | |
| 1362 | + display: block; | |
| 1363 | + width: 15%; | |
| 1364 | + vertical-align: middle; | |
| 1365 | +} | |
| 1366 | + | |
| 1367 | +#visualizer-db-query { | |
| 1368 | + padding: 20px; | |
| 1369 | +} | |
| 1370 | + | |
| 1371 | +.visualizer-db-query-form > div:first-child { | |
| 1372 | + width: 100%; | |
| 1373 | + margin-bottom: 20px; | |
| 1374 | +} | |
| 1375 | + | |
| 1376 | +.db-wizard-error { | |
| 1377 | + color: #f00; | |
| 1378 | +} | |
| 1379 | + | |
| 1380 | +.db-wizard-hints, | |
| 1381 | +.json-wizard-hints, | |
| 1382 | +.html-table-editor-hints { | |
| 1383 | + margin-bottom: 30px; | |
| 1384 | + color: #0085ba; | |
| 1385 | +} | |
| 1386 | + | |
| 1387 | +.db-wizard-hints .visualizer-emboss, | |
| 1388 | +.db-wizard-hints a, | |
| 1389 | +.html-table-editor-hints a, | |
| 1390 | +.json-wizard-hints .visualizer-emboss, | |
| 1391 | +.json-wizard-hints a { | |
| 1392 | + color: #f92472; | |
| 1393 | +} | |
| 1394 | + | |
| 1395 | +.db-wizard-hints ul, | |
| 1396 | +.html-table-editor-hints ul, | |
| 1397 | +.json-wizard-hints ul { | |
| 1398 | + list-style: square; | |
| 1399 | +} | |
| 1400 | + | |
| 1401 | +.db-wizard-results .dataTables_wrapper .dataTables_info { | |
| 1402 | + width: calc(100% - 17px); | |
| 1403 | +} | |
| 1404 | + | |
| 1405 | + | |
| 1406 | +/******************************************************************************/ | |
| 1407 | +/******************************** data tables *******************************/ | |
| 1408 | +/******************************************************************************/ | |
| 1409 | +.db-wizard-results .dt-button { | |
| 1410 | + display: none !important; | |
| 1411 | +} | |
| 1412 | + | |
| 1413 | +.dt-button.buttons-print { | |
| 1414 | + display: none; | |
| 1415 | +} | |
| 1416 | + | |
| 1417 | +/******************************************************************************/ | |
| 1418 | +/******************************** json table *********************************/ | |
| 1419 | +/******************************************************************************/ | |
| 1420 | +#json-conclude-form .results { | |
| 1421 | + min-width: 10px !important; | |
| 1422 | +} | |
| 1423 | + | |
| 1424 | +#json-conclude-form .json-table { | |
| 1425 | + width: 85%; | |
| 1426 | +} | |
| 1427 | + | |
| 1428 | +#vz-import-json-url, | |
| 1429 | +#vz-import-json-root, | |
| 1430 | +#vz-import-json-paging { | |
| 1431 | + width: 75%; | |
| 1432 | +} | |
| 1433 | + | |
| 1434 | +#json-conclude-form .json-table, | |
| 1435 | +#json-conclude-form button#visualizer-json-conclude { | |
| 1436 | + display: inline-block; | |
| 1437 | + vertical-align: middle; | |
| 1438 | +} | |
| 1439 | + | |
| 1440 | +.viz-editor-table tbody tr:first-child { | |
| 1441 | + background-color: #ececec !important; | |
| 1442 | +} | |
| 1443 | + | |
| 1444 | +.viz-editor-table tr th { | |
| 1445 | + background-color: #cccccc; | |
| 1446 | +} | |
| 1447 | + | |
| 1448 | +.viz-editor-table thead tr th:nth-child(n+1) { | |
| 1449 | + cursor: move !important; | |
| 1450 | +} | |
| 1451 | + | |
| 1452 | +#json-conclude-form .json-wizard-hints .info, | |
| 1453 | +.html-table-editor-hints .info { | |
| 1454 | + margin: 1% 0px; | |
| 1455 | +} | |
| 1456 | + | |
| 1457 | +.viz-step.ui-state-active { | |
| 1458 | + border-color: #0085BA !important; | |
| 1459 | + background: #0085BA !important; | |
| 1460 | + color: #ffffff; | |
| 1461 | +} | |
| 1462 | + | |
| 1463 | +.viz-substep { | |
| 1464 | + outline: 0 !important; | |
| 1465 | + border: 0 !important; | |
| 1466 | + background: none !important; | |
| 1467 | + text-transform: uppercase; | |
| 1468 | +} | |
| 1469 | + | |
| 1470 | +.viz-substep.ui-state-active { | |
| 1471 | +} | |
| 1472 | + | |
| 1473 | +.viz-substep ~ .ui-accordion-content { | |
| 1474 | + outline: 0 !important; | |
| 1475 | + border: 0 !important; | |
| 1476 | + font-size: smaller; | |
| 1477 | +} | |
| 1478 | + | |
| 1479 | +.viz-substep ~ div { | |
| 1480 | + display: table; | |
| 1481 | +} | |
| 1482 | + | |
| 1483 | +.viz-substep ~ div > div { | |
| 1484 | + display: table-row; | |
| 1485 | +} | |
| 1486 | + | |
| 1487 | +.viz-substep ~ div > div div { | |
| 1488 | + display: table-cell; | |
| 1489 | + padding: 5px; | |
| 1490 | +} | |
| 1491 | + | |
| 1492 | +.json-wizard-header .field-title { | |
| 1493 | + position: absolute; | |
| 1494 | + left: 30px; | |
| 1495 | +} | |
| 1496 | +/******************************************************************************/ | |
| 1497 | +/******************************** html table editor **************************/ | |
| 1498 | +/******************************************************************************/ | |
| 1499 | +.viz-simple-editor-type, | |
| 1500 | +.viz-simple-editor { | |
| 1501 | + display: none; | |
| 1502 | +} | |
| 1503 | + | |
| 1504 | +.viz-table-editor { | |
| 1505 | + width: 75%; | |
| 1506 | + margin-left: 2%; | |
| 1507 | +} | |
| 1508 | + | |
| 1509 | +.viz-html-table, | |
| 1510 | +button#visualizer-save-html-table { | |
| 1511 | + display: inline-block; | |
| 1512 | + vertical-align: middle; | |
| 1513 | +} | |
| 1514 | + | |
| 1515 | + | |
| 1516 | +/******************************************************************************/ | |
| 1517 | +/******************************** text area editor **************************/ | |
| 1518 | +/******************************************************************************/ | |
| 1519 | +.viz-text-editor { | |
| 1520 | + padding: 20px; | |
| 1521 | + z-index: 9999; | |
| 1522 | + box-sizing: border-box; | |
| 1523 | + padding-right: 320px; | |
| 1524 | +} | |
| 1525 | + | |
| 1526 | +.viz-text-editor textarea { | |
| 1527 | + width: 85%; | |
| 1528 | + overflow: auto; | |
| 1529 | + background: #282923; | |
| 1530 | + color: #ffffff; | |
| 1531 | + padding: 15px; | |
| 1532 | + height: 400px; | |
| 1533 | + font-size: 15px; | |
| 1534 | +} | |
| 1535 | + | |
| 1536 | +.viz-text-editor textarea, | |
| 1537 | +button#viz-text-editor-button { | |
| 1538 | + display: inline-block; | |
| 1539 | + vertical-align: middle; | |
| 1540 | +} | |
| 1541 | + | |
| 1542 | +.viz-simple-editor .viz-html-table { | |
| 1543 | + width: 95%; | |
| 1544 | +} | |
| 1545 | + | |
| 1546 | +/******************************************************************************/ | |
| 1547 | +/******************************** chartjs ***********************************/ | |
| 1548 | +/******************************************************************************/ | |
| 1549 | + | |
| 1550 | +canvas.chartjs-render-monitor { | |
| 1551 | + height: 500px !important; | |
| 1552 | +} | |
| 1553 | + | |
| 1554 | +/******************************************************************************/ | |
| 1555 | +/******************************** Frontend Actions ***********************************/ | |
| 1556 | +/******************************************************************************/ | |
| 1557 | +#vz-frontend-actions .only-pro-inner, #vz-data-controls .only-pro-inner { | |
| 1558 | + text-align: center; | |
| 1559 | +} | |