1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 02:39:46 +02:00
Oinktube/plugin/Live/webRTC.css
2021-08-04 13:34:22 -03:00

24 lines
432 B
CSS

#webRTCDisconnect, #webRTCPleaseWait, #liveControls{
display: none;
}
body.webRTCPleaseWait #webRTCDisconnect,
body.webRTCPleaseWait #webRTCConnect {
display: none;
}
body.webRTCPleaseWait #webRTCPleaseWait {
display: block;
}
body.webRTCisLive #webRTCPleaseWait,
body.webRTCisLive #webRTCConnect{
display: none;
}
body.webRTCisLive #webRTCDisconnect,
body.webRTCisLive #liveControls {
display: block;
}