Merge pull request #3943 from IgorA100/patch-60

Fix: Cursor style for moving along the timeline when viewing a recorded event
pull/3932/head
Isaac Connor 2024-04-03 11:44:44 -04:00 committed by GitHub
commit fbff642a18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -31,6 +31,7 @@
z-index: 10;
border: none;
border-right: 1px solid black;
cursor: pointer;
}
#alarmCues span {
@ -192,6 +193,7 @@ height: 100%;
*/
margin: 0;
z-index: 5;
overflow-x: clip;
}
#progressBar .progressBox {
@ -337,7 +339,7 @@ svg.zones {
#indicator {
height: 2.75em;
position: absolute;
border-left: 1px solid blue;
border-left: 2px solid blue;
margin-top: -1.25em;
}
.video-js .vjs-text-track-display {