diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2019-07-17 22:32:59 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2019-07-17 22:32:59 -0400 |
| commit | d03fc0c58b0a760bdef17b4e6ef7c59c96562521 (patch) | |
| tree | 685a8369b07f1dded4d84381b475b39b3148f650 /src/client/views/nodes/ImageBox.scss | |
| parent | abad2e3f2895b284ce84ba621cc6c70bab1b1eb0 (diff) | |
fixes for audio annotations
Diffstat (limited to 'src/client/views/nodes/ImageBox.scss')
| -rw-r--r-- | src/client/views/nodes/ImageBox.scss | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/client/views/nodes/ImageBox.scss b/src/client/views/nodes/ImageBox.scss index f1b73a676..697f19f0d 100644 --- a/src/client/views/nodes/ImageBox.scss +++ b/src/client/views/nodes/ImageBox.scss @@ -38,4 +38,22 @@ border: none; width: 100%; height: 100%; +} + +.imageBox-audioBackground { + display: inline-block; + width: 10%; + position: absolute; + top: 0px; + left: 0px; + border-radius: 25px; + background: white; + opacity: 0.3; + svg { + width: 90% !important; + height: 70%; + position: absolute; + left: 5%; + top: 15%; + } }
\ No newline at end of file |
