@import "../global/globalCssVariables"; .collectionTreeView-container { transform-origin: top left; } .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-gray; font-size: 13px; overflow: auto; user-select: none; cursor: default; touch-action: pan-y; ul { list-style: none; padding-left: $TREE_BULLET_WIDTH; margin-bottom: 1px; // otherwise vertical scrollbars may pop up for no apparent reason.... > .contentFittingDocumentView { width: unset; height: unset; } } .no-indent { padding-left: 0; width: max-content; } .no-indent-outline { padding-left: 0; width: 100%; } .editableView-container { font-weight: bold; } .delete-button { color: $medium-gray; // 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; } .collectionTreeView-keyHeader:hover { background: #797777; cursor: pointer; } .collectionTreeView-subtitle { font-style: italic; font-size: 8pt; color: $medium-gray; } .docContainer { position: relative; text-overflow: ellipsis; white-space: pre-wrap; min-width: 10px; } .docContainer-system { font-variant: all-small-caps; border-radius: 5px; background: grey; color: white; padding-left: 3px; padding-right: 3px; padding-bottom: 2px; }