From 2f12e2d6945c51eb7df961443fe5d06b10577659 Mon Sep 17 00:00:00 2001 From: Lionel Han <47760119+IGoByJoe@users.noreply.github.com> Date: Wed, 5 Aug 2020 01:00:39 -0700 Subject: change css --- src/client/views/nodes/AudioBox.scss | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) (limited to 'src/client/views/nodes/AudioBox.scss') diff --git a/src/client/views/nodes/AudioBox.scss b/src/client/views/nodes/AudioBox.scss index 0ea4b37cb..9065966d7 100644 --- a/src/client/views/nodes/AudioBox.scss +++ b/src/client/views/nodes/AudioBox.scss @@ -90,6 +90,16 @@ padding-left: 2px; background: black; + .audiobox-dictation { + position: absolute; + width: 30px; + height: 100%; + align-items: center; + display: inherit; + background: dimgray; + left: 0px; + } + .audiobox-player { margin-top: auto; margin-bottom: auto; @@ -108,11 +118,15 @@ height: 25px; padding: 2px; border-radius: 50%; - background-color: dimgrey; + background-color: black; + color: white; } .audiobox-playhead:hover { - background-color: white; + // background-color: black; + // border-radius: 5px; + background-color: grey; + color: lightgrey; } .audiobox-dictation { @@ -285,16 +299,16 @@ .current-time { position: absolute; - font-size: 12; - top: calc(100% - 10px); + font-size: 8; + top: calc(100% - 8px); left: 30px; color: white; } .total-time { position: absolute; - top: calc(100% - 10px); - font-size: 12; + top: calc(100% - 8px); + font-size: 8; right: 2px; color: white; } -- cgit v1.2.3-70-g09d2