Files
superset2/panoramix/assets/visualizations/table.css
2016-02-24 11:43:21 -08:00

14 lines
205 B
CSS

.gridster .widget.table {
overflow: auto !important;
}
.widget.table td.filtered {
background-color: #005a63;
color: white;
}
.widget.table td {
padding: 1px 5px;
font-size: small;
}