| @@ -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 | } |