Adds rollover effect for focused videos.

This commit is contained in:
yanas 2014-07-28 15:39:22 +02:00
parent 0e7c1ed9a9
commit 215ee92eb5
1 changed files with 5 additions and 0 deletions

View File

@ -62,6 +62,11 @@
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 {
display:inline-block;
-webkit-mask-box-image: url(../images/videomask.svg);