mirror of
https://github.com/apache/superset.git
synced 2026-04-11 04:15:33 +00:00
[panoramix] -> [dashed]
This commit is contained in:
18
dashed/assets/visualizations/table.css
Normal file
18
dashed/assets/visualizations/table.css
Normal file
@@ -0,0 +1,18 @@
|
||||
.gridster .widget.table {
|
||||
overflow: auto !important;
|
||||
}
|
||||
|
||||
.widget.table td.filtered {
|
||||
background-color: #005a63;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.table tr>th {
|
||||
padding: 1px 5px !important;
|
||||
font-size: small !important;
|
||||
}
|
||||
|
||||
.table tr>td {
|
||||
padding: 1px 5px !important;
|
||||
font-size: small !important;
|
||||
}
|
||||
Reference in New Issue
Block a user