Adds rollover effect for focused videos.
This commit is contained in:
parent
0e7c1ed9a9
commit
215ee92eb5
|
@ -62,6 +62,11 @@
|
||||||
border: 2px solid #006d91;
|
border: 2px solid #006d91;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#remoteVideos .videocontainer.videoContainerFocused:hover {
|
||||||
|
-webkit-box-shadow: inset 0 0 5px #FFFFFF, 0 0 10px #FFFFFF, inset 0 0 60px #006d91;
|
||||||
|
border: 2px solid #FFFFFF;
|
||||||
|
}
|
||||||
|
|
||||||
#localVideoWrapper {
|
#localVideoWrapper {
|
||||||
display:inline-block;
|
display:inline-block;
|
||||||
-webkit-mask-box-image: url(../images/videomask.svg);
|
-webkit-mask-box-image: url(../images/videomask.svg);
|
||||||
|
|
Loading…
Reference in New Issue