diff options
| author | Lionel Han <47760119+IGoByJoe@users.noreply.github.com> | 2020-07-04 21:31:16 -0700 |
|---|---|---|
| committer | Lionel Han <47760119+IGoByJoe@users.noreply.github.com> | 2020-07-04 21:31:16 -0700 |
| commit | 58ee7315c4ce7068456dffcdfc02bd57b4c7a37f (patch) | |
| tree | 2d967fcc8d067aed67e5d339dfaafbfb9c4f9714 /src/client/views/nodes/AudioBox.scss | |
| parent | 6b24899bcf2c099163c1ca872d65b6318c11a53b (diff) | |
modified playOnSelect and created repeat button
Diffstat (limited to 'src/client/views/nodes/AudioBox.scss')
| -rw-r--r-- | src/client/views/nodes/AudioBox.scss | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/client/views/nodes/AudioBox.scss b/src/client/views/nodes/AudioBox.scss index c959b79f5..2655f2377 100644 --- a/src/client/views/nodes/AudioBox.scss +++ b/src/client/views/nodes/AudioBox.scss @@ -45,6 +45,15 @@ width: 100%; height: 100%; position: relative; + + .recording { + width: 100%; + height: 100%; + position: relative; + display: flex; + padding-left: 2px; + background: lightgrey; + } } .audiobox-controls { @@ -53,6 +62,7 @@ position: relative; display: flex; padding-left: 2px; + background: lightgrey; .audiobox-player { margin-top: auto; @@ -72,6 +82,10 @@ padding: 2px; } + .audiobox-playhead:hover { + background-color: darkgrey; + } + .audiobox-dictation { align-items: center; display: inherit; |
