forked from 0x2620/oxjs
add enableMouse option to VideoPlayer
This commit is contained in:
parent
3203556b46
commit
9d0dee01e8
5 changed files with 13 additions and 6 deletions
|
|
@ -1008,7 +1008,8 @@ Lists
|
|||
overflow: hidden;
|
||||
}
|
||||
|
||||
.OxIconList .OxItem > .OxIcon > img {
|
||||
.OxIconList .OxItem > .OxIcon > img,
|
||||
.OxIconList .OxItem > .OxIcon > .OxVideoPlayer {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
|
|
@ -1018,6 +1019,7 @@ Lists
|
|||
cursor: pointer;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.OxIconList .OxItem > .OxReflection {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue