aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/AudioBox.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/views/nodes/AudioBox.scss')
-rw-r--r--src/client/views/nodes/AudioBox.scss11
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;
}