diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-11-09 17:50:42 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-11-09 17:50:42 +0100 |
| commit | 634abd7cec252e61dd171ffbbaa83dec87062bd1 (patch) | |
| tree | 2141f45cdd3ea3427636ffeaa7baabf15fbb3583 /animism-align/frontend/app/views/viewer/player/player.transcript.css | |
| parent | 1b4da06342d36e5db84f2c6a6c0904c1a20be028 (diff) | |
subtitles in transcript. clicking them seeks video
Diffstat (limited to 'animism-align/frontend/app/views/viewer/player/player.transcript.css')
| -rw-r--r-- | animism-align/frontend/app/views/viewer/player/player.transcript.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/animism-align/frontend/app/views/viewer/player/player.transcript.css b/animism-align/frontend/app/views/viewer/player/player.transcript.css index 5c7056b..dcdcabb 100644 --- a/animism-align/frontend/app/views/viewer/player/player.transcript.css +++ b/animism-align/frontend/app/views/viewer/player/player.transcript.css @@ -157,6 +157,14 @@ cursor: pointer; transition: all 0.1s; } +.player-transcript .pullquote span.pullquote_credit, +.player-transcript .pullquote span.pullquote_credit.current, +.player-transcript .pullquote span.pullquote_credit.current:hover { + box-shadow: 0 0 0 rgba(255,255,255,0.0); + background: transparent; + color: inherit; + cursor: default; +} .player-transcript .paragraph { position: relative; |
