mirror of
https://github.com/getredash/redash.git
synced 2026-03-22 10:00:17 -04:00
24 lines
360 B
Plaintext
24 lines
360 B
Plaintext
.table-visualization-editor-columns {
|
|
.ant-collapse {
|
|
background: transparent;
|
|
}
|
|
|
|
.ant-collapse-item {
|
|
background: #ffffff;
|
|
|
|
.drag-handle {
|
|
height: 20px;
|
|
margin-left: -16px;
|
|
padding: 0 16px;
|
|
}
|
|
}
|
|
|
|
.table-editor-columns-dragged-item {
|
|
z-index: 1;
|
|
}
|
|
}
|
|
|
|
.table-visualization-editor-column {
|
|
padding-left: 6px;
|
|
}
|