Skip to content

Commit

Permalink
Hide timestamp caption from bottom of video.js event view. It serves …
Browse files Browse the repository at this point in the history
…no purpose. Fixes #3488
  • Loading branch information
Isaac Connor committed Jan 4, 2023
1 parent da934a6 commit 569c433
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions web/skins/classic/css/base/views/event.css
Expand Up @@ -330,3 +330,6 @@ svg.zones {
border-left: 1px solid blue;
margin-top: -1.25em;
}
.video-js .vjs-text-track-display {
display: none;
}

0 comments on commit 569c433

Please sign in to comment.