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:
Chris Williams
2016-02-23 17:00:08 -08:00
parent af34549377
commit 79e6fc986d
96 changed files with 3172 additions and 41404 deletions

View File

@@ -0,0 +1,9 @@
.gridster li.widget.table,
div.widget.table {
overflow: auto !important;
}
.widget.table td.filtered {
background-color: #005a63;
color: white;
}