aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/AudioBox.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2020-08-09 11:37:55 -0400
committerGitHub <noreply@github.com>2020-08-09 11:37:55 -0400
commit4ea8053fdcc2dd8862bd3e5b2995f89c255157a2 (patch)
treec358b6a83ecb639e3e18e02d0f7ebe0fb0d46613 /src/client/views/nodes/AudioBox.scss
parent9f4a7ec5f79d9dec3a0ffb0b633197216cbefec8 (diff)
parent3ca9aa0d915e9000f78d528fa59639512f8c4d25 (diff)
Merge pull request #519 from browngraphicslab/new_audio
New audio
Diffstat (limited to 'src/client/views/nodes/AudioBox.scss')
-rw-r--r--src/client/views/nodes/AudioBox.scss18
1 files changed, 17 insertions, 1 deletions
diff --git a/src/client/views/nodes/AudioBox.scss b/src/client/views/nodes/AudioBox.scss
index 306062ced..973de979e 100644
--- a/src/client/views/nodes/AudioBox.scss
+++ b/src/client/views/nodes/AudioBox.scss
@@ -150,6 +150,21 @@
z-index: 1000;
overflow: hidden;
+ .audiobox-container {
+ position: absolute;
+ width: 10px;
+ top: 2.5%;
+ height: 0px;
+ background: lightblue;
+ border-radius: 5px;
+ // box-shadow: black 2px 2px 1px;
+ opacity: 0.3;
+ z-index: 500;
+ border-style: solid;
+ border-color: darkblue;
+ border-width: 1px;
+ }
+
.audiobox-current {
width: 1px;
height: 100%;
@@ -164,7 +179,8 @@
height: 100%;
overflow: hidden;
z-index: -1000;
- bottom: -30%;
+ bottom: 0;
+ pointer-events: none;
}
.audiobox-linker,