diff options
author | bobzel <zzzman@gmail.com> | 2021-01-14 14:25:14 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-01-14 14:25:14 -0500 |
commit | a3517dec4d76b4534d05f16e6a2da4aa519e8258 (patch) | |
tree | 1eb681594292b2be18d62a170a9490300769f96e /src/client/views/nodes/AudioBox.scss | |
parent | 6ce848be82dcb2c3b8bffe69282305b348d639a2 (diff) |
cleaned up audiobox render code. display resize handles now.
Diffstat (limited to 'src/client/views/nodes/AudioBox.scss')
-rw-r--r-- | src/client/views/nodes/AudioBox.scss | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/src/client/views/nodes/AudioBox.scss b/src/client/views/nodes/AudioBox.scss index 9a8ad71c8..36cc22d79 100644 --- a/src/client/views/nodes/AudioBox.scss +++ b/src/client/views/nodes/AudioBox.scss @@ -277,7 +277,7 @@ } } - .audiobox-marker-container1, + .audiobox-marker-timeline, .audiobox-marker-minicontainer { position: absolute; width: 10px; @@ -285,6 +285,13 @@ top: 2.5%; border-radius: 5px; + .left-resizer { + background: dimgrey; + } + .resizer { + background: dimgrey; + } + .audiobox-marker { position: relative; height: calc(100% - 15px); @@ -325,7 +332,7 @@ } } - .audiobox-marker-container1:hover, + .audiobox-marker-timeline:hover, .audiobox-marker-minicontainer:hover { opacity: 0.8; } |