diff options
| author | Lionel Han <47760119+IGoByJoe@users.noreply.github.com> | 2020-08-05 01:00:39 -0700 |
|---|---|---|
| committer | Lionel Han <47760119+IGoByJoe@users.noreply.github.com> | 2020-08-05 01:00:39 -0700 |
| commit | 2f12e2d6945c51eb7df961443fe5d06b10577659 (patch) | |
| tree | 86a132a70dcbd5c40eba75971a7ff5b22db7cc7c /src/client/views/nodes/AudioBox.scss | |
| parent | e25afb5fe507ff13cb6e863c07032d9d9dcc864b (diff) | |
change css
Diffstat (limited to 'src/client/views/nodes/AudioBox.scss')
| -rw-r--r-- | src/client/views/nodes/AudioBox.scss | 26 |
1 files changed, 20 insertions, 6 deletions
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; } |
