PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 3.2.1
Visualizer – Tables & Charts Manager with Built-in AI Generator v3.2.1
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 | classes/Visualizer/Gutenberg/src/style.scss +1 -162 3.10.43.2.1 View file →
@@ -94,12 +94,8 @@
94 94 padding: 10px;
95 95 font-weight: bold;
96 96 text-align: center;
97 97 }
98 -
99 - .visualizer-settings__charts-footer {
100 - font-size: small;
101 - }
102 98
103 99 .visualizer-settings__charts-controls {
104 100 width: 100%;
105 101 position: absolute;
@@ -111,13 +107,8 @@
111 107 }
112 108 }
113 109 }
114 110
115 - .dataTables_wrapper {
116 - background: #fff;
117 - padding: 10px;
118 - }
119 -
120 111 .visualizer-no-charts {
121 112 padding-top: 25px;
122 113 }
123 114 }
@@ -123,13 +114,8 @@
123 114 }
124 115
125 116 .visualizer-settings__chart {
126 117 text-align: center;
127 -
128 - .dataTables_wrapper {
129 - background: #fff;
130 - padding: 10px;
131 - }
132 118 }
133 119
134 120 .visualizer-settings__controls {
135 121 margin: 0;
@@ -239,133 +225,8 @@
239 225 }
240 226 }
241 227 }
242 228
243 -.visualizer-json-query-modal {
244 - .components-modal__content {
245 - padding-left: 0;
246 - padding-right: 0;
247 -
248 - .components-modal__header {
249 - margin: 0;
250 - }
251 - }
252 -
253 - .components-icon-button {
254 - margin: 10px 0;
255 - }
256 -
257 - .visualizer-json-query-modal-headers-panel {
258 - padding: 0 0 1em 2.2em;
259 -
260 - .components-base-control {
261 - display: inline-block;
262 - }
263 -
264 - .visualizer-json-query-modal-field-separator {
265 - padding: 0 10px;
266 - }
267 - }
268 -
269 - .viz-editor-table {
270 - tbody {
271 - tr {
272 - &:first-child {
273 - background-color: #ececec !important;
274 - }
275 - }
276 - }
277 -
278 - tr {
279 - th {
280 - background-color: #cccccc;
281 - }
282 - }
283 -
284 - thead {
285 - tr {
286 - th {
287 - &:nth-child(n+1) {
288 - cursor: move !important;
289 - }
290 - }
291 - }
292 - }
293 - }
294 -
295 - #visualizer-json-query-table {
296 - margin-bottom: 10px;
297 - }
298 -
299 - ul {
300 - list-style: disc;
301 - margin-left: 10px;
302 - }
303 -}
304 -
305 -.visualizer-db-query-modal {
306 - .CodeMirror-scroll {
307 - overflow: hidden !important;
308 - height: 50%;
309 - margin: 0;
310 - padding: 0;
311 - }
312 -
313 - .CodeMirror-wrap {
314 - height: 200px;
315 - padding: 15px;
316 - color: #fff;
317 - background: #282923;
318 - font-size: 15px;
319 - margin-bottom: 20px;
320 -
321 - .CodeMirror-cursor {
322 - border-left: 1px solid #fff !important;
323 - }
324 -
325 - .CodeMirror-placeholder {
326 - color: #fff;
327 - }
328 -
329 - pre {
330 - color: #fff !important;
331 - }
332 -
333 - .cm-keyword {
334 - color: #f92472 !important;
335 - }
336 -
337 - .cm-comment {
338 - color: #74705d !important;
339 - }
340 -
341 - .cm-number {
342 - color: #fff !important;
343 - }
344 -
345 - .cm-string {
346 - color: #fff !important;
347 - }
348 - }
349 -
350 - ul {
351 - list-style: disc;
352 - margin-left: 10px;
353 - }
354 -
355 - .db-wizard-error {
356 - color: #f00;
357 - }
358 -
359 - .visualizer-db-query-actions {
360 - .components-button {
361 - &:first-child {
362 - margin-right: 10px;
363 - }
364 - }
365 - }
366 -}
367 -
368 229 .htContextMenu {
369 230 &:not( .htGhostTable ) {
370 231 z-index: 999999;
371 232 }
@@ -370,32 +231,10 @@
370 231 z-index: 999999;
371 232 }
372 233 }
373 234
374 -.htDatepickerHolder,
375 -.CodeMirror-hints,
376 -.DTCR_clonedTable,
377 -.DTCR_pointer {
235 +.htDatepickerHolder {
378 236 z-index: 999999 !important;
379 -}
380 -.vz-permission-tab {
381 - select.components-select-control__input {
382 - overflow:auto !important;
383 - }
384 -}
385 -.components-panel {
386 - .components-select-control {
387 - height:auto !important;
388 - }
389 -}
390 -@media ( min-width: 768px ) {
391 - .visualizer-json-query-modal {
392 - width: 668px;
393 - }
394 -
395 - .visualizer-db-query-modal .CodeMirror-wrap {
396 - min-width: 550px;
397 - }
398 237 }
399 238
400 239 @media ( max-width: 768px ) {
401 240 .visualizer-settings {