mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
hiding default browser controls
This commit is contained in:
parent
350463a1e7
commit
5d6e6c5db9
1 changed files with 14 additions and 10 deletions
|
@ -24,6 +24,10 @@
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
video::-webkit-media-controls {
|
||||||
|
display:none !important;
|
||||||
|
}
|
||||||
|
|
||||||
.htmlvideoplayer {
|
.htmlvideoplayer {
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue