Merge pull request #3943 from IgorA100/patch-60
Fix: Cursor style for moving along the timeline when viewing a recorded eventpull/3932/head
commit
fbff642a18
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue