diff options
| author | usodhi <61431818+usodhi@users.noreply.github.com> | 2021-01-18 14:33:26 -0500 |
|---|---|---|
| committer | usodhi <61431818+usodhi@users.noreply.github.com> | 2021-01-18 14:33:26 -0500 |
| commit | 286673d88a412432bc3555769c223f7c3db6ff5c (patch) | |
| tree | 8938245fd370bd64debfbbaa5bdf9a3f02b2cba3 /src/client/views/nodes/AudioBox.scss | |
| parent | 39e8bd2671d70e1e8fd708c5210120a9d09b64fa (diff) | |
| parent | c94a8d93ea7373af54355b5c47bf14a021cf4563 (diff) | |
merged
Diffstat (limited to 'src/client/views/nodes/AudioBox.scss')
| -rw-r--r-- | src/client/views/nodes/AudioBox.scss | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/src/client/views/nodes/AudioBox.scss b/src/client/views/nodes/AudioBox.scss index e5bf9088f..93cdbbb09 100644 --- a/src/client/views/nodes/AudioBox.scss +++ b/src/client/views/nodes/AudioBox.scss @@ -4,7 +4,6 @@ height: 100%; position: inherit; display: flex; - pointer-events: all; position: relative; cursor: default; @@ -277,16 +276,20 @@ } } - .audiobox-marker-container1, + .audiobox-marker-timeline, .audiobox-marker-minicontainer { position: absolute; width: 10px; height: 90%; top: 2.5%; - background: gray; border-radius: 5px; - box-shadow: black 2px 2px 1px; - opacity: 0.3; + + .left-resizer { + background: dimgrey; + } + .resizer { + background: dimgrey; + } .audiobox-marker { position: relative; @@ -300,10 +303,12 @@ .resizer { position: absolute; + top: 0; right: 0; + pointer-events: all; cursor: ew-resize; height: 100%; - width: 2px; + width: 10px; z-index: 100; } @@ -317,14 +322,16 @@ .left-resizer { position: absolute; left: 0; + top : 0; + pointer-events: all; cursor: ew-resize; height: 100%; - width: 2px; + width: 10px; z-index: 100; } } - .audiobox-marker-container1:hover, + .audiobox-marker-timeline:hover, .audiobox-marker-minicontainer:hover { opacity: 0.8; } |
