PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 1.7.6
Visualizer – Tables & Charts Manager with Built-in AI Generator v1.7.6
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 +121 -398 3.0.51.7.6 View file →
@@ -42,164 +42,125 @@
42 42
43 43 -webkit-overflow-scrolling: touch;
44 44 }
45 45
46 -.viz-group {
46 +.group-wrapper {
47 47 margin: 0;
48 + padding: 0;
49 + border-top: 1px solid #dfdfdf;
50 + list-style: none;
51 +}
52 +
53 +.group {
54 + margin: 0;
48 55 font-size: 12px;
49 56 line-height: 18px;
50 57 list-style: none;
51 58 }
52 59
53 -.viz-group .viz-group-header .viz-group-title {
54 - margin: 10px 0;
55 - padding: 15px 20px;
56 - border-top: 1px solid #ddd;
57 - border-bottom: 1px solid #ddd;
58 - color: #555d66;
59 - background: #fff;
60 +.group.open {
61 + border-bottom: 1px solid #dfdfdf;
60 62 }
61 63
62 -.viz-group-wrapper ul .viz-group-title {
63 - border-top: 1px solid #ddd;
64 -}
65 -
66 -.viz-group-wrapper ul li {
67 - border-top: 1px solid #ddd;
68 -}
69 -
70 -.viz-group-wrapper ul ul li.viz-subsection {
71 - margin: 5px;
72 - border: 1px solid #ddd;
73 -}
74 -
75 -.viz-group-wrapper .viz-group .viz-group .viz-group-title {
64 +.group-title {
76 65 position: relative;
77 66 margin: 0;
78 - padding: 10px 10px 11px 14px;
79 - border-top: none;
80 - border-bottom: none;
81 - border-left: 4px solid #fff;
82 - color: #555d66;
83 - background-color: #fff;
84 - font-size: 14px;
85 - font-weight: 600;
86 - line-height: 21px;
67 + padding: 10px 20px;
68 + border-top: 1px solid white;
69 + border-bottom: 1px solid #dfdfdf;
70 + background: whiteSmoke;
71 + background-image: -webkit-gradient(linear, left bottom, left top, from(#eee), to(whiteSmoke));
72 + background-image: -webkit-linear-gradient(bottom, #eee, whiteSmoke);
73 + background-image: -webkit-gradient( linear, left top, left bottom, from(#eee), to(whiteSmoke));
74 + background-image: -webkit-linear-gradient( top, #eee, whiteSmoke);
75 + background-image: linear-gradient( to bottom, #eee, whiteSmoke);
76 + text-shadow: 0 1px 0 white;
77 + font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
78 + font-family: "Open Sans",sans-serif;
79 + font-size: 15px;
80 + font-weight: normal;
81 + font-weight: 700;
87 82 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 - transition: 0.15s color ease-in-out,0.15s background-color ease-in-out,0.15s border-color ease-in-out;
83 + -webkit-user-select: none;
84 + -moz-user-select: none;
85 + -ms-user-select: none;
86 + user-select: none;
90 87 }
91 88
92 -.viz-group-wrapper .viz-group .viz-group:hover .viz-group-title,
93 -.viz-group-wrapper .viz-group .viz-group.open .viz-group-title {
94 - border-left-color: #0073aa;
95 - color: #0073aa;
96 - background: #f3f3f5;
89 +.group-title:hover,
90 +.group.open .group-title {
91 + color: white;
92 + background: gray;
93 + background-image: -webkit-gradient(linear, left bottom, left top, from(#6d6d6d), to(gray));
94 + background-image: -webkit-linear-gradient(bottom, #6d6d6d, gray);
95 + background-image: -webkit-gradient( linear, left top, left bottom, from(#6d6d6d), to(gray));
96 + background-image: -webkit-linear-gradient( top, #6d6d6d, gray);
97 + background-image: linear-gradient( to bottom, #6d6d6d, gray);
98 + text-shadow: 0 -1px 0 #333;
99 + font-family: "Open Sans", sans-serif;
100 + font-weight: 700;
97 101 }
98 102
99 -.viz-group-wrapper .viz-group .viz-group .viz-group-title:after {
103 +.group-title::after {
100 104 position: absolute;
101 105 z-index: 1;
102 - top: 11px;
103 - right: 10px;
104 - color: #a0a5aa;
105 - font: 400 20px/1 dashicons;
106 - content: "\f345";
106 + top: 15px;
107 + right: 20px;
108 + width: 0;
109 + height: 0;
110 + border-width: 6px 6px 0;
111 + border-style: solid;
112 + border-color: #ccc transparent;
113 + content: "";
107 114 }
108 115
109 -.viz-group-wrapper .viz-group .viz-group.open .viz-group-title:after {
110 - content: "\f347";
116 +.group-title:hover::after,
117 +.group.open .group-title::after {
118 + border-color: #eee transparent;
111 119 }
112 120
113 -.viz-group-wrapper .viz-group .customize-section-back {
114 - display: block;
115 - float: left;
116 - width: 42px;
117 - height: 49px;
118 - margin: 0 15px 0 0;
119 - padding: 0;
120 - border: none;
121 - border-top: 1px solid #ddd;
122 - border-right: 1px solid #ddd;
123 - border-left: 4px solid #fff;
124 - background: #fff;
125 - box-shadow: none;
126 - 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 - transition: color 0.15s ease-in-out,border-color 0.15s ease-in-out,background 0.15s ease-in-out;
121 +.group:hover .group-title {
122 + border-top-color: gray;
129 123 }
130 124
131 -.viz-group-wrapper .viz-group .customize-section-back:hover {
132 - border-left-color: #0073aa;
133 - outline: 0;
134 - color: #0073aa;
135 - background: #f3f3f5;
125 +.group.open .group-title {
126 + border-top-color: #6d6d6d;
136 127 }
137 128
138 -.viz-group-wrapper .viz-group .customize-section-back:before {
139 - position: relative;
140 - top: -11px;
141 - left: -2px;
142 - font: 400 20px/72px dashicons;
143 - content: "\f341";
129 +.group.open .group-title::after {
130 + border-width: 0 6px 6px;
144 131 }
145 132
146 -.viz-group-wrapper.full-height {
147 - float: left;
148 - position: relative;
149 - width: 100%;
150 - height: 100%;
151 - margin: 0;
152 -}
153 -
154 -.viz-group.bottom-fixed {
155 - display: block;
156 - position: absolute;
157 - bottom: 0;
158 - width: 100%;
159 -}
160 -
161 -.viz-group ul li h2,
162 -.viz-group ul li h3 {
163 - padding: 7px 15px 7px 35px;
164 -}
165 -
166 -.viz-group h2 .dashicons,
167 -.viz-group h3 .dashicons {
168 - margin-right: 5px;
169 - vertical-align: -5px;
170 -}
171 -
172 -.viz-group-content {
133 +.group-content {
173 134 display: none;
135 + overflow: hidden;
174 136 margin: 0;
175 - padding: 0;
137 + padding: 10px 0 20px 0;
176 138 background-color: #fdfdfd;
177 139 }
178 140
179 -div.viz-group-content {
180 - padding: 15px;
141 +div.group-content {
142 + padding: 10px 20px 20px;
181 143 }
182 144
183 -.viz-group.open > .viz-group-content {
145 +.group.open .group-content {
184 146 display: block;
185 147 }
186 148
187 -.viz-group-description {
149 +.group-description {
188 150 margin: 0;
189 - padding: 5px;
151 + padding: 5px 20px 10px;
190 152 color: #555;
191 153 font-size: 12px;
192 - text-align: left;
193 154 }
194 155
195 -div.viz-group-content .viz-group-description {
196 - padding: 5px;
156 +div.group-content .group-description {
157 + padding: 0;
197 158 font-family: "Montserrat",sans-serif;
198 159 font-weight: 300;
199 160 }
200 161
201 -.initial-screen .viz-group-description {
162 +.initial-screen .group-description {
202 163 padding: 0;
203 164 padding: 10px 20px 20px;
204 165 font-family: "Montserrat",sans-serif;
205 166 font-weight: 300;
@@ -204,9 +165,9 @@
204 165 font-family: "Montserrat",sans-serif;
205 166 font-weight: 300;
206 167 }
207 168
208 -.viz-section-title {
169 +.section-title {
209 170 display: block;
210 171 position: relative;
211 172 margin-bottom: 5px;
212 173 padding: 4px 20px;
@@ -212,20 +173,15 @@
212 173 padding: 4px 20px;
213 174 border-top: 1px solid #eee;
214 175 border-bottom: 1px solid #eee;
215 176 background-color: rgba(0, 0, 0, 0.02);
177 + -webkit-box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.1);
216 178 box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.1);
217 179 font-weight: bold;
218 180 cursor: pointer;
219 181 }
220 182
221 -.viz-group-wrapper ul ul li .viz-section-title {
222 - margin-bottom: 0;
223 - border: none;
224 - box-shadow: none;
225 -}
226 -
227 -.viz-section-title::after {
183 +.section-title::after {
228 184 position: absolute;
229 185 z-index: 1;
230 186 top: 13px;
231 187 right: 20px;
@@ -236,19 +192,18 @@
236 192 border-color: #ccc transparent;
237 193 content: "";
238 194 }
239 195
240 -.viz-section-title.open::after {
196 +.section-title.open::after {
241 197 border-width: 0 4px 4px;
242 198 }
243 199
244 -.section-items,
245 -.viz-section-items {
200 +.section-items {
246 201 display: none;
247 - padding: 15px;
202 + padding: 5px 20px 10px 20px;
248 203 }
249 204
250 -.viz-section-items.open {
205 +.section-items.open {
251 206 display: block;
252 207 }
253 208
254 209 .more-info {
@@ -259,9 +214,9 @@
259 214 font-weight: normal;
260 215 text-decoration: none;
261 216 }
262 217
263 -.viz-section-description {
218 +.section-description {
264 219 margin: 0;
265 220 /*display: none;*/
266 221 padding: 0;
267 222 color: gray;
@@ -267,19 +222,18 @@
267 222 color: gray;
268 223 font-size: 11px;
269 224 }
270 225
271 -.viz-section-table {
226 +.section-table {
272 227 width: 100%;
273 228 }
274 229
275 -.section-delimiter,
276 -.viz-section-delimiter {
230 +.section-delimiter {
277 231 margin: 15px 0;
278 232 border-top: 1px dashed #ccc;
279 233 }
280 234
281 -.viz-section-table-column {
235 +.section-table-column {
282 236 width: 50%;
283 237 padding: 0 1px;
284 238 text-align: left;
285 239 vertical-align: top;
@@ -284,9 +238,9 @@
284 238 text-align: left;
285 239 vertical-align: top;
286 240 }
287 241
288 -.viz-section-item {
242 +.section-item {
289 243 margin-bottom: 10px;
290 244 }
291 245
292 246 .control-select,
@@ -301,14 +255,14 @@
301 255 .control-check::after {
302 256 clear: both;
303 257 }
304 258
305 -.viz-section-description ul {
259 +.section-description ul {
306 260 margin: 0 0 0 25px;
307 261 list-style: circle;
308 262 }
309 263
310 -.viz-section-description li {
264 +.section-description li {
311 265 margin: 0;
312 266 list-style: circle;
313 267 }
314 268
@@ -357,8 +311,9 @@
357 311 left: 0;
358 312 height: 36px;
359 313 padding: 12px 16px;
360 314 border-top: 1px solid #dfdfdf;
315 + -webkit-box-shadow: 0 -4px 4px -4px rgba(0, 0, 0, 0.1);
361 316 box-shadow: 0 -4px 4px -4px rgba(0, 0, 0, 0.1);
362 317 text-align: center;
363 318 }
364 319
@@ -391,8 +346,9 @@
391 346 border-top: 1px dashed #ddd;
392 347 border-bottom: 1px dashed #ddd;
393 348 background: #e0e0e0;
394 349 background-color: #efefef;
350 + -webkit-box-shadow: 0 0 8px #ddd;
395 351 box-shadow: 0 0 8px #ddd;
396 352 font-weight: bold;
397 353 text-align: center;
398 354 }
@@ -401,9 +357,9 @@
401 357 color: #c55555;
402 358 }
403 359
404 360 #type-picker {
405 - width: 954px;
361 + width: 952px;
406 362 margin: 50px auto;
407 363 }
408 364
409 365 .type-box {
@@ -411,8 +367,9 @@
411 367 position: relative;
412 368 margin: 0 20px 20px 0;
413 369 border: 1px dashed #ddd;
414 370 background-color: #efefef;
371 + -webkit-box-shadow: 0 0 8px #ddd;
415 372 box-shadow: 0 0 8px #ddd;
416 373 }
417 374
418 375 .type-box:nth-child(3n+3) {
@@ -573,8 +530,9 @@
573 530 border: medium none rgb(100, 100, 100) !important;
574 531 border: 1px solid #b0b0b0 !important;
575 532 color: #646464 !important;
576 533 background: #e6e6e6 url("../images/computer.png") no-repeat scroll 7px 1px !important;
534 + -webkit-box-shadow: none !important;
577 535 box-shadow: none !important;
578 536 text-shadow: none!important;
579 537 font-family: "Open Sans",sans-serif;
580 538 font-weight: 700;
@@ -586,8 +544,10 @@
586 544 padding-left: 27px !important;
587 545 border: 1px solid #2f8cea !important;
588 546 color: white !important;
589 547 background: #2f8cea url("../images/computer.png") no-repeat scroll 7px -36px !important;
548 + -webkit-box-shadow: 0 1px 0 rgba(171, 171, 171, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15) !important;
549 + -webkit-box-shadow: none !important;
590 550 box-shadow: 0 1px 0 rgba(171, 171, 171, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15) !important;
591 551 box-shadow: none !important;
592 552 -webkit-transition: all 0.3s ease 0s;
593 553 -webkit-transition: all 0.3s ease;
@@ -594,8 +554,17 @@
594 554 transition: all 0.3s ease 0s;
595 555 transition: all 0.3s ease;
596 556 }
597 557
558 +.just-on-pro {
559 + width: 250px;
560 + height: 100px;
561 + margin-bottom: 10px;
562 + opacity: 0.8;
563 + background: #f5f5f5 url("../images/available_pro.png") no-repeat scroll 0 1px !important;
564 + cursor: not-allowed;
565 +}
566 +
598 567 .from-web {
599 568 margin-top: 0;
600 569 margin-bottom: 15px !important;
601 570 }
@@ -605,8 +574,9 @@
605 574 border: medium none #646464 !important;
606 575 border: 1px solid #b0b0b0 !important;
607 576 color: #646464 !important;
608 577 background: #e6e6e6 url("../images/web.png") no-repeat scroll 7px 1px !important;
578 + -webkit-box-shadow: none !important;
609 579 box-shadow: none !important;
610 580 font-family: "Open Sans",sans-serif;
611 581 font-weight: 700;
612 582 -webkit-transition: all 0.3s ease 0s;
@@ -619,8 +589,9 @@
619 589 /*margin-left: 2px !important;*/
620 590 border: 1px solid #89b158 !important;
621 591 color: white !important;
622 592 background: #89b158 url("../images/web.png") no-repeat scroll 7px -38px !important;
593 + -webkit-box-shadow: none !important;
623 594 box-shadow: none !important;
624 595 -webkit-transition: all 0.3s ease 0s;
625 596 -webkit-transition: all 0.3s ease;
626 597 transition: all 0.3s ease 0s;
@@ -640,8 +611,9 @@
640 611 border: medium none #646464 !important;
641 612 border: 1px solid #b0b0b0 !important;
642 613 color: #646464 !important;
643 614 background: #e6e6e6 url("../images/from_chart.png") no-repeat scroll 7px 1px !important;
615 + -webkit-box-shadow: none !important;
644 616 box-shadow: none !important;
645 617 font-family: "Open Sans",sans-serif;
646 618 font-weight: 700;
647 619 -webkit-transition: all 0.3s ease 0s;
@@ -655,8 +627,9 @@
655 627 /*margin-left: 2px !important;*/
656 628 border: 1px solid #10aecb !important;
657 629 color: white !important;
658 630 background: #10aecb url("../images/from_chart.png") no-repeat scroll 7px -36px !important;
631 + -webkit-box-shadow: none !important;
659 632 box-shadow: none !important;
660 633 -webkit-transition: all 0.3s ease 0s;
661 634 -webkit-transition: all 0.3s ease;
662 635 transition: all 0.3s ease 0s;
@@ -671,10 +644,9 @@
671 644 }
672 645
673 646 select#chart-id {
674 647 float: right;
675 - width: 146px;
676 - margin-right: 14px;
648 + width: 95px;
677 649 }
678 650
679 651 button#editor-chart-button {
680 652 display: block;
@@ -681,8 +653,9 @@
681 653 margin: 0 auto;
682 654 border: 1px solid #2c80d6 !important;
683 655 color: white !important;
684 656 background-color: #2f8cea !important;
657 + -webkit-box-shadow: none !important;
685 658 box-shadow: none !important;
686 659 text-shadow: none;
687 660 -webkit-transition: all 0.3s ease;
688 661 transition: all 0.3s ease;
@@ -691,8 +664,9 @@
691 664 .preview-btn {
692 665 border: 1px solid #2c80d6 !important;
693 666 color: white !important;
694 667 background-color: #2f8cea !important;
668 + -webkit-box-shadow: none !important;
695 669 box-shadow: none !important;
696 670 font-family: "Open Sans",sans-serif;
697 671 font-weight: 700;
698 672 -webkit-transition: all 0.3s ease;
@@ -702,8 +676,9 @@
702 676 .preview-btn:hover {
703 677 border: 1px solid #2c80d6 !important;
704 678 color: white !important;
705 679 background-color: #2c80d6 !important;
680 + -webkit-box-shadow: none !important;
706 681 box-shadow: none !important;
707 682 font-family: "Open Sans",sans-serif;
708 683 font-weight: 700;
709 684 -webkit-transition: all 0.3s ease;
@@ -714,8 +689,9 @@
714 689 width: 100%;
715 690 margin-top: 15px !important;
716 691 border-color: #e98b00 !important;
717 692 background-color: #f90 !important;
693 + -webkit-box-shadow: none !important;
718 694 box-shadow: none !important;
719 695 font-family: "Open Sans",sans-serif;
720 696 font-weight: 700;
721 697 }
@@ -724,8 +700,9 @@
724 700 width: 100%;
725 701 margin-top: 15px !important;
726 702 border-color: #e98b00 !important;
727 703 background-color: #ea8c00 !important;
704 + -webkit-box-shadow: none !important;
728 705 box-shadow: none !important;
729 706 font-family: "Open Sans",sans-serif;
730 707 font-weight: 700;
731 708 -webkit-transition: all 0.3s ease;
@@ -770,8 +747,18 @@
770 747
771 748 /* ====== RESPONSIVE ====== */
772 749
773 750 @media (max-width: 1366px) {
751 + .group-title {
752 + padding: 4px 20px;
753 + font-size: 14px;
754 + font-weight: 400;
755 + }
756 +
757 + .group-title::after {
758 + top: 10px;
759 + }
760 +
774 761 #rate-stars {
775 762 margin: 3px 0 10px 40%;
776 763 }
777 764
@@ -790,269 +777,5 @@
790 777 font-size: 13px;
791 778 line-height: 26px;
792 779 vertical-align: middle;
793 780 }
794 -}
795 -
796 -#vz-chart-settings h2:hover,
797 -#vz-chart-permissions h2:hover,
798 -.sidebar-footer-link h2:hover,
799 -#vz-chart-review a:hover {
800 - text-decoration: none;
801 -}
802 -
803 -#vz-chart-review a {
804 - color: #00a0d2;
805 - text-decoration: none;
806 -}
807 -
808 -#vz-chart-settings h2,
809 -#vz-chart-permissions h2,
810 -.sidebar-footer-link h2,
811 -#vz-chart-review h2 {
812 - padding: 0;
813 - border: none;
814 - font-size: 12px;
815 - font-weight: 400;
816 -}
817 -
818 -#vz-chart-review {
819 - right: 0;
820 - bottom: 10px;
821 - box-sizing: border-box;
822 - width: 40%;
823 - padding-right: 6px;
824 - text-align: right;
825 -}
826 -
827 -#vz-chart-settings.bottom-fixed h2 {
828 - padding-left: 6px;
829 -}
830 -
831 -#vz-chart-settings {
832 - bottom: 40px;
833 - left: 0;
834 - box-sizing: border-box;
835 - width: 33%;
836 - text-align: left;
837 -}
838 -
839 -#vz-chart-permissions:not(.open) h2 {
840 - display: inline-block;
841 - width: 100%;
842 - margin: 0;
843 - text-align: right;
844 -}
845 -
846 -#vz-chart-permissions {
847 - right: 0;
848 - bottom: 40px;
849 - box-sizing: border-box;
850 - width: 33%;
851 - text-align: left;
852 -}
853 -
854 -#vz-chart-permissions h2,
855 -#vz-chart-settings h2,
856 -.sidebar-footer-link h2 {
857 - display: inline;
858 - color: #00a0d2;
859 - background: none;
860 - font-family: "Open Sans",sans-serif;
861 - cursor: pointer;
862 -}
863 -
864 -.sidebar-footer-link,
865 -#vz-chart-review,
866 -#vz-chart-permissions,
867 -#vz-chart-settings {
868 - display: inline;
869 - background: none;
870 - cursor: pointer;
871 -}
872 -
873 -.sidebar-footer-link > ul,
874 -#vz-chart-source > ul,
875 -#vz-chart-permissions > ul,
876 -#vz-chart-settings > ul {
877 - position: relative;
878 - z-index: 10;
879 - border-bottom: 1px solid #ddd;
880 -}
881 -
882 -#vz-chart-copyright {
883 - bottom: 10px;
884 - text-align: center;
885 -}
886 -
887 -#sidebar {
888 - border-left: 1px solid #ddd;
889 - background: #f3f3f3;
890 -}
891 -
892 -#vz-chart-permissions.open h2 {
893 - position: absolute;
894 - right: 6px;
895 - bottom: 28px;
896 - left: auto;
897 - width: 50%;
898 - text-align: right;
899 -}
900 -
901 -#vz-chart-settings.open h2 {
902 - position: absolute;
903 - bottom: 28px;
904 - left: 6px;
905 -}
906 -
907 -#vz-chart-permissions .viz-group-header,
908 -#vz-chart-settings.open .viz-group-header {
909 - display: block;
910 -}
911 -
912 -#vz-chart-permissions .viz-group-header,
913 -#vz-chart-settings .viz-group-header {
914 - display: none;
915 -}
916 -
917 -.sidebar-footer-link.open h2 {
918 - position: absolute;
919 - bottom: 28px;
920 - left: 20px;
921 -}
922 -
923 -.sidebar-footer-link.open .viz-group-header {
924 - display: block;
925 -}
926 -
927 -.sidebar-footer-link .viz-group-header {
928 - display: none;
929 -}
930 -
931 -#vz-csv-file-form,
932 -#vz-one-time-import,
933 -#vz-schedule-import,
934 -.edit-data-content {
935 - text-align: center;
936 -}
937 -
938 -#csv-file {
939 - margin: 15px 0;
940 - padding: 0;
941 -}
942 -
943 -.visualizer-input,
944 -.visualizer-select {
945 - width: 100%;
946 - margin: 0 0 15px;
947 -}
948 -
949 -.viz-group .dashicons-lock {
950 - display: none;
951 -}
952 -
953 -.only-pro-feature .dashicons-lock {
954 - display: inline;
955 -}
956 -
957 -.viz-section-title .dashicons,
958 -.viz-group-title .dashicons {
959 - width: 18px;
960 - height: 18px;
961 - margin-left: 3px;
962 - font-size: 18px;
963 -}
964 -
965 -.only-pro-feature input,
966 -.only-pro-feature button,
967 -.only-pro-feature select {
968 - cursor: not-allowed !important;
969 - pointer-events: none;
970 -}
971 -
972 -.only-pro-feature > div {
973 - position: relative;
974 -}
975 -
976 -.only-pro-content {
977 - position: absolute;
978 - top: 0;
979 - bottom: 0;
980 - left: 0;
981 - width: 100%;
982 - opacity: 0;
983 - background: rgba(253,253,253,0.9);
984 - -webkit-transition: 0.5s ease;
985 - transition: 0.5s ease;
986 -}
987 -
988 -.only-pro-feature:hover .only-pro-content {
989 - opacity: 1;
990 -}
991 -
992 -.only-pro-container {
993 - display: table;
994 - width: 100%;
995 - height: 100%;
996 -}
997 -
998 -.only-pro-inner {
999 - display: table-cell;
1000 - vertical-align: middle;
1001 -}
1002 -
1003 -.only-pro-content p {
1004 - margin: 0 0 15px;
1005 - font-size: 14px;
1006 - font-weight: 700;
1007 -}
1008 -
1009 -.only-pro-content a {
1010 - display: inline-block;
1011 - padding: 7px 12px;
1012 - color: #fff;
1013 - background: #ff595e;
1014 - font-weight: 600;
1015 - text-decoration: none;
1016 - text-transform: uppercase;
1017 - -webkit-transition: 0.1s ease;
1018 - transition: 0.1s ease;
1019 -}
1020 -
1021 -.only-pro-content a:hover {
1022 - background: #ce484c;
1023 -}
1024 -
1025 -#sidebar::-webkit-scrollbar {
1026 - width: 4px;
1027 -}
1028 -
1029 -#sidebar::-webkit-scrollbar-thumb {
1030 - background: #999;
1031 -}
1032 -
1033 -span.viz-section-error {
1034 - color: #ff000;
1035 -}
1036 -
1037 -#visualizer-error-manual {
1038 - color: #ff595e;
1039 -}
1040 -
1041 -#vz-chart-permissions {
1042 - width: 43%;
1043 -}
1044 -
1045 -#vz-chart-permissions {
1046 - color: #ce484c;
1047 -}
1048 -
1049 -#vz-chart-permissions {
1050 - right: 6px;
1051 - bottom: 40px;
1052 - width: 35%;
1053 -}
1054 -
1055 -#permissions-form .only-pro-feature > ul {
1056 - position: relative;
1057 - text-align: center;
1058 781 }