diff options
| author | bobzel <zzzman@gmail.com> | 2020-12-03 10:16:21 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-12-03 10:16:21 -0500 |
| commit | 2770f8609818b11b3073ded0bec437abc333f37f (patch) | |
| tree | 68e1d262d0eccc5485526b444837663527490745 /src/client/views/collections/TreeView.scss | |
| parent | 3b045d03656383df81515485032bfda9e2b16409 (diff) | |
fixed default textbox background color. added icons to treevie displays
Diffstat (limited to 'src/client/views/collections/TreeView.scss')
| -rw-r--r-- | src/client/views/collections/TreeView.scss | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/src/client/views/collections/TreeView.scss b/src/client/views/collections/TreeView.scss index 580fec9d6..84b5af7be 100644 --- a/src/client/views/collections/TreeView.scss +++ b/src/client/views/collections/TreeView.scss @@ -10,9 +10,22 @@ display: inline-block; } + .treeView-bulletIcons { + width: 15px; + .treeView-expandIcon { + display: none; + left: -10px; + position: absolute; + } + &:hover { + .treeView-expandIcon { + display: unset; + } + } + } .bullet { position: relative; - width: 15px; + width: 20px; color: $intermediate-color; margin-top: 3px; transform: scale(1.3, 1.3); |
