superset/caravel/assets/visualizations/table.css

19 lines
307 B
CSS
Raw Normal View History

2016-03-18 02:44:58 -04:00
.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;
}