mirror of
https://github.com/apache/superset.git
synced 2026-04-24 02:25:13 +00:00
huge npm refactor of all visualizations. table views are broken due to broken shimming for jquery/jquery-ui, dashboards are broken due to refactor of explore views.
This commit is contained in:
9
panoramix/assets/visualizations/table.css
Normal file
9
panoramix/assets/visualizations/table.css
Normal file
@@ -0,0 +1,9 @@
|
||||
.gridster li.widget.table,
|
||||
div.widget.table {
|
||||
overflow: auto !important;
|
||||
}
|
||||
|
||||
.widget.table td.filtered {
|
||||
background-color: #005a63;
|
||||
color: white;
|
||||
}
|
||||
Reference in New Issue
Block a user