PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 3.8.0
Visualizer – Tables & Charts Manager with Built-in AI Generator v3.8.0
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 | css/library.css +11 -0 3.7.123.8.0 View file →
@@ -423,8 +423,19 @@
423 423 .visualizer-error i.error {
424 424 color: red;
425 425 cursor: pointer;
426 426 }
427 +.goog-combobox input {
428 + min-height: auto;
429 +}
430 +.vz-library-chart-filter:not(:empty) {
431 + background-color: #ffffff;
432 + padding: 5px 0 5px 5px;
433 + border: 1px solid #ddd;
434 +}
435 +.google-visualization-controls-rangefilter {
436 + white-space: inherit !important;
437 +}
427 438 @media (-webkit-min-device-pixel-ratio: 2) and (min-width: 1000px) and (max-width: 1600px) {
428 439 #visualizer-sidebar.one-columns .visualizer-sidebar-box ul li:nth-child(+n+7) {
429 440 display: none;
430 441 }