@import "../globalCssVariables"; .collectionTreeView-dropTarget { border-width: $COLLECTION_BORDER_WIDTH; border-color: transparent; border-style: solid; border-radius: inherit; box-sizing: border-box; height: 100%; width: 100%; position: relative; top: 0; padding-left: 10px; padding-right: 10px; background: $light-color-secondary; font-size: 13px; overflow: auto; user-select: none; cursor: default; touch-action: pan-y; ul { list-style: none; padding-left: 20px; } .no-indent { padding-left: 0; } .bullet { position: relative; width: 15px; color: $intermediate-color; margin-top: 3px; transform: scale(1.3, 1.3); } .editableView-container { font-weight: bold; } .delete-button { color: $intermediate-color; // float: right; margin-left: 15px; // margin-top: 3px; display: inline; } .editableView-input, .editableView-container-editing { display: block; text-overflow: ellipsis; font-size: 1vw; white-space: nowrap; } } .collectionTreeView-keyHeader { font-style: italic; font-size: 8pt; margin-left: 3px; display: none; background: lightgray; } .collectionTreeView-subtitle { font-style: italic; font-size: 8pt; color: $intermediate-color; } .docContainer { position: relative; text-overflow: ellipsis; white-space: pre-wrap; overflow: hidden; // width:100%;//width: max-content; } .treeViewItem-openRight { display: none; height: 17px; background: gray; width: 15px; } .treeViewItem-border { display: inherit; border-left: dashed 1px #00000042; } .treeViewItem-header:hover { .collectionTreeView-keyHeader { display: inherit; } .treeViewItem-openRight { display: inline-block; height: 17px; background: #a8a7a7; width: 15px; // display: inline; svg { display: block; padding: 0px; margin-left: 3px; } } } .treeViewItem-header { border: transparent 1px solid; display: flex; .editableView-container-editing-oneLine { min-width: 15px; } } .treeViewItem-header-above { border-top: black 1px solid; } .treeViewItem-header-below { border-bottom: black 1px solid; } .treeViewItem-header-inside { border: black 1px solid; }