mirror of
https://github.com/apache/superset.git
synced 2026-04-11 04:15:33 +00:00
19 lines
307 B
CSS
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;
|
|
}
|