diff options
| author | bob <bcz@cs.brown.edu> | 2019-10-22 11:32:43 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-10-22 11:32:43 -0400 |
| commit | 1089aa451fd4571545e06b5674bc02ed1ecf4361 (patch) | |
| tree | ba142bcd22ff100c75dd11c1ceeed0150cef310a /src/client/views/nodes/AudioBox.scss | |
| parent | e38afa49541fd0113f6f6b820c3bad769144f918 (diff) | |
added recording to audio documents and added to toolbar
Diffstat (limited to 'src/client/views/nodes/AudioBox.scss')
| -rw-r--r-- | src/client/views/nodes/AudioBox.scss | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/src/client/views/nodes/AudioBox.scss b/src/client/views/nodes/AudioBox.scss index 04d98e10d..5c43c3c00 100644 --- a/src/client/views/nodes/AudioBox.scss +++ b/src/client/views/nodes/AudioBox.scss @@ -1,8 +1,9 @@ -.audiobox-container { +.audiobox-container, .audiobox-container-interactive { width: 100%; height: 100%; position: inherit; display:inline-block; + pointer-events: all; .audiobox-control, .audiobox-control-interactive { top:0; max-height: 32px; @@ -13,4 +14,15 @@ .audiobox-control-interactive { pointer-events: all; } + .audiobox-record { + pointer-events: all; + width:100%; + height:100%; + position: absolute; + pointer-events: none; + } + .audiobox-record-interactive { + pointer-events: all; + + } }
\ No newline at end of file |
