aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionTreeView.scss
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2019-06-19 22:40:54 -0400
committerBob Zeleznik <zzzman@gmail.com>2019-06-19 22:40:54 -0400
commit118ecb14ce519bcbade12b3d52e11b22fcc371b3 (patch)
tree3c5200b30d18da1e4e60652338a0b441a2f5afd1 /src/client/views/collections/CollectionTreeView.scss
parent96c26c57527d443784bde9752551bfa10b3ce4d2 (diff)
cleaned up and enhanced tree view
Diffstat (limited to 'src/client/views/collections/CollectionTreeView.scss')
-rw-r--r--src/client/views/collections/CollectionTreeView.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/client/views/collections/CollectionTreeView.scss b/src/client/views/collections/CollectionTreeView.scss
index ec78fdb80..a85604e58 100644
--- a/src/client/views/collections/CollectionTreeView.scss
+++ b/src/client/views/collections/CollectionTreeView.scss
@@ -4,10 +4,10 @@
border-width: $COLLECTION_BORDER_WIDTH;
border-color: transparent;
border-style: solid;
- border-radius: $border-radius;
+ border-radius: inherit;
box-sizing: border-box;
height: 100%;
- padding: 20px;
+ padding-top: 20px;
padding-left: 10px;
padding-right: 0px;
background: $light-color-secondary;
@@ -56,6 +56,7 @@
font-size: 8pt;
margin-left: 3px;
display:none;
+ background: lightgray;
}
.docContainer {