Putting grey background under video
Signed-off-by: David Négrier <d.negrier@thecodingmachine.com>
This commit is contained in:
parent
321fc3184a
commit
395d66e648
@ -135,6 +135,7 @@ body .message-info.warning{
|
|||||||
|
|
||||||
.video-container.div-myCamVideo{
|
.video-container.div-myCamVideo{
|
||||||
border: none;
|
border: none;
|
||||||
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.div-myCamVideo {
|
.div-myCamVideo {
|
||||||
@ -151,6 +152,7 @@ body .message-info.warning{
|
|||||||
}
|
}
|
||||||
|
|
||||||
video.myCamVideo{
|
video.myCamVideo{
|
||||||
|
background-color: #00000099;
|
||||||
max-height: 20vh;
|
max-height: 20vh;
|
||||||
width: 15vw;
|
width: 15vw;
|
||||||
-webkit-transform: scaleX(-1);
|
-webkit-transform: scaleX(-1);
|
||||||
|
Loading…
Reference in New Issue
Block a user