diff options
| author | bobzel <zzzman@gmail.com> | 2020-08-25 18:13:39 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-08-25 18:13:39 -0400 |
| commit | ec89542cbd31aaff9d4f58e9e9bf045e934a8235 (patch) | |
| tree | d5c721e5b027637370dc9e94ca54199c02c5af25 /src/client/views/collections/CollectionTreeView.scss | |
| parent | 214409e285185a7d34b930470f4b12e97582ddb4 (diff) | |
changed system documents to act like dividers in tree views. removed some menu items in cases they don't apply. fixed ink selection to not use boudning box.
Diffstat (limited to 'src/client/views/collections/CollectionTreeView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionTreeView.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionTreeView.scss b/src/client/views/collections/CollectionTreeView.scss index c9bf82406..f96a5c4f0 100644 --- a/src/client/views/collections/CollectionTreeView.scss +++ b/src/client/views/collections/CollectionTreeView.scss @@ -85,6 +85,15 @@ 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; +} .treeViewItem-openRight { display: none; |
