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