forked from 0x2620/oxjs
fix a bug where the interface of a block video timeline would be stacked above a dialog
This commit is contained in:
parent
7747255ab8
commit
dfe12646e6
3 changed files with 37 additions and 22 deletions
|
|
@ -1867,7 +1867,7 @@ Video
|
|||
width: 6px;
|
||||
height: 6px;
|
||||
margin-left: -3px;
|
||||
z-index: 10;
|
||||
z-index: 8;
|
||||
}
|
||||
.OxLargeVideoTimeline .OxMarkerPointIn {
|
||||
position: absolute;
|
||||
|
|
@ -1875,14 +1875,14 @@ Video
|
|||
width: 7px;
|
||||
height: 7px;
|
||||
margin-left: -6px;
|
||||
z-index: 10;
|
||||
z-index: 8;
|
||||
}
|
||||
.OxLargeVideoTimeline .OxMarkerPointOut {
|
||||
position: absolute;
|
||||
top: 63px;
|
||||
width: 7px;
|
||||
height: 7px;
|
||||
z-index: 10;
|
||||
z-index: 8;
|
||||
}
|
||||
.OxLargeVideoTimeline .OxMarkerPosition {
|
||||
position: absolute;
|
||||
|
|
@ -1890,7 +1890,7 @@ Video
|
|||
width: 11px;
|
||||
height: 11px;
|
||||
margin-left: -5px;
|
||||
z-index: 10;
|
||||
z-index: 8;
|
||||
}
|
||||
.OxLargeVideoTimeline .OxSubtitle {
|
||||
position: absolute;
|
||||
|
|
@ -1906,7 +1906,7 @@ Video
|
|||
color: rgb(255, 255, 255);
|
||||
cursor: default;
|
||||
overflow: hidden;
|
||||
z-index: 10;
|
||||
z-index: 8;
|
||||
-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
|
||||
-o-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
|
||||
-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
|
||||
|
|
@ -1932,6 +1932,11 @@ Video
|
|||
margin-top: 1px;
|
||||
}
|
||||
|
||||
.OxSmallVideoTimeline .OxInterface,
|
||||
.OxBlockVideoTimeline .OxInterface {
|
||||
position: absolute;
|
||||
z-index: 9;
|
||||
}
|
||||
.OxSmallVideoTimeline .OxMarkerPlay {
|
||||
position: absolute;
|
||||
width: 14px;
|
||||
|
|
@ -1960,7 +1965,7 @@ Video
|
|||
width: 7px;
|
||||
height: 7px;
|
||||
margin-left: -2px;
|
||||
z-index: 10;
|
||||
z-index: 8;
|
||||
}
|
||||
.OxSmallVideoTimeline .OxMarkerPointIn {
|
||||
top: 15px;
|
||||
|
|
@ -1971,7 +1976,7 @@ Video
|
|||
width: 7px;
|
||||
height: 7px;
|
||||
margin-left: 4px;
|
||||
z-index: 10;
|
||||
z-index: 8;
|
||||
}
|
||||
.OxSmallVideoTimeline .OxMarkerPointOut {
|
||||
top: 15px;
|
||||
|
|
@ -1981,7 +1986,7 @@ Video
|
|||
position: absolute;
|
||||
width: 11px;
|
||||
height: 11px;
|
||||
z-index: 10;
|
||||
z-index: 8;
|
||||
}
|
||||
.OxSmallVideoTimeline .OxMarkerPosition {
|
||||
top: 2px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue