27 lines
1.2 KiB
CSS
27 lines
1.2 KiB
CSS
body[input-eaten=true] div#videoOsdPage {
|
|
--disabled: 0.5;
|
|
}
|
|
body[input-eaten=true] div#videoOsdPage::before {
|
|
content: "";
|
|
background: transparent;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
margin-top: 64px;
|
|
width: 100vw;
|
|
height: 100vh;
|
|
}
|
|
body[input-eaten=true] div#videoOsdPage > .videoOsdBottom > .osdControls > .flex > .sliderContainer > input {
|
|
pointer-events: none;
|
|
opacity: var(--disabled);
|
|
}
|
|
body[input-eaten=true] div#videoOsdPage > .videoOsdBottom > .osdControls > .buttons .btnRecord,
|
|
body[input-eaten=true] div#videoOsdPage > .videoOsdBottom > .osdControls > .buttons .btnPreviousTrack,
|
|
body[input-eaten=true] div#videoOsdPage > .videoOsdBottom > .osdControls > .buttons .btnPreviousChapter,
|
|
body[input-eaten=true] div#videoOsdPage > .videoOsdBottom > .osdControls > .buttons .btnRewind,
|
|
body[input-eaten=true] div#videoOsdPage > .videoOsdBottom > .osdControls > .buttons .btnPause,
|
|
body[input-eaten=true] div#videoOsdPage > .videoOsdBottom > .osdControls > .buttons .btnFastForward,
|
|
body[input-eaten=true] div#videoOsdPage > .videoOsdBottom > .osdControls > .buttons .btnNextChapter,
|
|
body[input-eaten=true] div#videoOsdPage > .videoOsdBottom > .osdControls > .buttons .btnNextTrack {
|
|
display: none;
|
|
}/*# sourceMappingURL=InputEater.css.map */ |