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 5833812 commit 61b9dec
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 @@ -263,3 +263,6 @@ height: 100%;
height: 100%;
background-color: #999999;
}
.video-js .vjs-text-track-display {
display: none;
}

0 comments on commit 61b9dec

Please sign in to comment.