superset/caravel/assets/visualizations/table.css
2016-04-11 12:11:47 -07:00

23 lines
391 B
CSS

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