mirror of
https://github.com/apache/superset.git
synced 2026-04-23 01:55:09 +00:00
14 lines
205 B
CSS
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;
|
|
}
|