aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/AudioBox.scss
diff options
context:
space:
mode:
authorLionel Han <47760119+IGoByJoe@users.noreply.github.com>2020-08-14 15:56:18 -0700
committerLionel Han <47760119+IGoByJoe@users.noreply.github.com>2020-08-14 15:56:18 -0700
commit47e17452049569cac4271206bb7851cb697fd5bc (patch)
treea9b2e469f54ec4358730ac459c751ffc90951a24 /src/client/views/nodes/AudioBox.scss
parent4fd8f1533be68bdcd3a6b8a832a38655adde4d71 (diff)
bug fixes
Diffstat (limited to 'src/client/views/nodes/AudioBox.scss')
-rw-r--r--src/client/views/nodes/AudioBox.scss15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/client/views/nodes/AudioBox.scss b/src/client/views/nodes/AudioBox.scss
index 13fa4af37..f16d13a4e 100644
--- a/src/client/views/nodes/AudioBox.scss
+++ b/src/client/views/nodes/AudioBox.scss
@@ -18,6 +18,21 @@
width: 100%;
align-items: center;
height: 100%;
+
+ .audiobox-dictation {
+ position: relative;
+ width: 30px;
+ height: 100%;
+ align-items: center;
+ display: inherit;
+ background: dimgray;
+ left: 0px;
+ }
+
+ .audiobox-dictation:hover {
+ color: white;
+ cursor: pointer;
+ }
}
.audiobox-handle {