Fix speaking border on popped-out video
This commit is contained in:
parent
70d71611e9
commit
a4a04d57cd
|
@ -249,13 +249,12 @@ img {
|
||||||
|
|
||||||
/* A speaking webcam */
|
/* A speaking webcam */
|
||||||
.feed.is-speaking {
|
.feed.is-speaking {
|
||||||
border: 1px solid #09F;
|
border: 1px solid #09F !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* A popped-out video feed window */
|
/* A popped-out video feed window */
|
||||||
div.feed.popped-out {
|
div.feed.popped-out {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
border: 1px solid #FFF;
|
|
||||||
cursor: move;
|
cursor: move;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user