mirror of
https://github.com/apache/superset.git
synced 2026-04-23 01:55:09 +00:00
10 lines
159 B
CSS
10 lines
159 B
CSS
.gridster li.widget.table,
|
|
div.widget.table {
|
|
overflow: auto !important;
|
|
}
|
|
|
|
.widget.table td.filtered {
|
|
background-color: #005a63;
|
|
color: white;
|
|
}
|