diff --git a/ETL Editor.html b/ETL Editor.html index 509be1c..ea63bb0 100644 --- a/ETL Editor.html +++ b/ETL Editor.html @@ -140,6 +140,12 @@ .mappings-table th { font-size: 0.75rem; color: var(--text-secondary); } .mappings-table .form-control { font-size: 0.8rem; padding: 0.3rem 0.5rem; } .mappings-table td.actions { width: 1%; } + .tree-view { font-family: 'Fira Code', monospace; color: var(--text-primary); } + .tree-view ul { list-style: none; padding-left: 1rem; border-left: 1px solid var(--border); margin: 0.25rem 0; } + .tree-node { margin: 0.25rem 0; } + .tree-tag { color: var(--primary); } + .tree-attr { color: var(--secondary); } + .tree-text { color: var(--text-secondary); font-style: italic; }
@@ -166,7 +172,7 @@