-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVideoControls.css
More file actions
35 lines (29 loc) · 1.14 KB
/
VideoControls.css
File metadata and controls
35 lines (29 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
video {
touch-action: none !important;
}
video::-webkit-media-controls-overlay-play-button {
display: none !important;
}
/* video:fullscreen[controls]:not(#_rt4j6w):not(#_rt4j6w)::-webkit-media-controls,
video:fullscreen[controls]:not(#_rt4j6w):not(#_rt4j6w)::-webkit-media-controls-enclosure, */
video:fullscreen[controls]:not(#_rt4j6w):not(#_rt4j6w)::-webkit-media-controls-panel {
display: flex !important;
}
/* video:fullscreen:not([controls]):not(#_rt4j6w):not(#_rt4j6w)::-webkit-media-controls,
video:fullscreen:not([controls]):not(#_rt4j6w):not(#_rt4j6w)::-webkit-media-controls-enclosure, */
video:fullscreen:not([controls]):not(#_rt4j6w):not(#_rt4j6w)::-webkit-media-controls-panel {
display: none !important;
}
video::-webkit-media-controls-panel {
background-image: none !important;
background-size: auto auto !important;
transition-property: none !important;
transition-duration: 0s !important;
}
.art-video-player .art-bottom {
background-image: none !important;
}
.art-video-player:fullscreen .art-mask,
.art-video-player:fullscreen .art-bottom {
display: none !important;
}