aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/AudioBox.scss
diff options
context:
space:
mode:
authorLionel Han <47760119+IGoByJoe@users.noreply.github.com>2020-07-11 15:45:48 -0700
committerLionel Han <47760119+IGoByJoe@users.noreply.github.com>2020-07-11 15:45:48 -0700
commit2b516f94110069a2df8daf6a52f03db7bb498789 (patch)
tree6f721514d7b247a5d5c2011267a2436bd8698885 /src/client/views/nodes/AudioBox.scss
parent27776ca049cd68072b169607fcf3776cc07e3c60 (diff)
make documents
Diffstat (limited to 'src/client/views/nodes/AudioBox.scss')
-rw-r--r--src/client/views/nodes/AudioBox.scss27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/client/views/nodes/AudioBox.scss b/src/client/views/nodes/AudioBox.scss
index 06498182d..b1da40287 100644
--- a/src/client/views/nodes/AudioBox.scss
+++ b/src/client/views/nodes/AudioBox.scss
@@ -196,6 +196,33 @@
}
}
+ .audiobox-marker-container1,
+ .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;
+
+ .audiobox-marker {
+ position: relative;
+ height: calc(100% - 15px);
+ margin-top: 15px;
+ }
+
+ .audio-marker:hover {
+ border: orange 2px solid;
+ }
+ }
+
+ .audiobox-marker-container1:hover,
+ .audiobox-marker-minicontainer:hover {
+ opacity: 1;
+ }
+
.audiobox-marker-minicontainer {
width: 5px;
border-radius: 1px;