superset/caravel/assets/visualizations/table.css
2016-03-28 21:53:24 -07:00

19 lines
307 B
CSS

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