Files
superset2/panoramix/assets/visualizations/table.css

10 lines
159 B
CSS

.gridster li.widget.table,
div.widget.table {
overflow: auto !important;
}
.widget.table td.filtered {
background-color: #005a63;
color: white;
}