Browse Source

Adds rollover effect for focused videos.

j8
yanas 11 years ago
parent
commit
215ee92eb5
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      css/videolayout_default.css

+ 5
- 0
css/videolayout_default.css View File

@@ -62,6 +62,11 @@
62 62
     border: 2px solid #006d91;
63 63
 }
64 64
 
65
+#remoteVideos .videocontainer.videoContainerFocused:hover {
66
+    -webkit-box-shadow: inset 0 0 5px #FFFFFF, 0 0 10px #FFFFFF, inset 0 0 60px #006d91;
67
+    border: 2px solid #FFFFFF;
68
+}
69
+
65 70
 #localVideoWrapper {
66 71
     display:inline-block;
67 72
     -webkit-mask-box-image: url(../images/videomask.svg);

Loading…
Cancel
Save