forked from 0x2620/oxjs
use svg video markers
This commit is contained in:
parent
12423e7b03
commit
9a7a0acd89
24 changed files with 55 additions and 29 deletions
|
|
@ -1815,9 +1815,9 @@ Video
|
|||
.OxTimelineLarge .OxCut {
|
||||
position: absolute;
|
||||
top: 66px;
|
||||
width: 2px;
|
||||
width: 4px;
|
||||
height: 4px;
|
||||
margin-left: -1px;
|
||||
margin-left: -2px;
|
||||
z-index: 10;
|
||||
}
|
||||
.OxTimelineLarge .OxMarkerPointIn {
|
||||
|
|
@ -1839,7 +1839,7 @@ Video
|
|||
position: absolute;
|
||||
top: 2px;
|
||||
width: 9px;
|
||||
height: 5px;
|
||||
height: 9px;
|
||||
z-index: 10;
|
||||
}
|
||||
.OxTimelineLarge .OxSubtitle {
|
||||
|
|
@ -1961,10 +1961,11 @@ Video
|
|||
}
|
||||
|
||||
.OxVideoPlayer .OxPointMarker {
|
||||
display: none;
|
||||
position: absolute;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
display: none;
|
||||
opacity: 0.5;
|
||||
}
|
||||
.OxVideoPlayer .OxPointMarkerInTop {
|
||||
left: 4px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue