mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 02:39:46 +02:00
24 lines
432 B
CSS
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;
|
|
}
|
|
|