diff --git a/css/videolayout_default.css b/css/videolayout_default.css
index 7bd3083341..02649ca18a 100644
--- a/css/videolayout_default.css
+++ b/css/videolayout_default.css
@@ -44,10 +44,6 @@
#remoteVideos .videocontainer:hover,
#remoteVideos .videocontainer.videoContainerFocused {
- width: 100%;
- height: 100%;
- content:"";
- cursor: pointer;
cursor: hand;
/* transform:scale(1.08, 1.08);
-webkit-transform:scale(1.08, 1.08); */
@@ -85,6 +81,7 @@
instead of */
#remoteVideos .videocontainer>video,
#remoteVideos .videocontainer>object {
+ cursor: hand;
border-radius:4px;
}
@@ -97,6 +94,7 @@
#localVideoWrapper>video,
#localVideoWrapper>object {
+ cursor: hand;
border-radius:4px !important;
}
diff --git a/index.html b/index.html
index 12d59ae81d..96ad9aa61c 100644
--- a/index.html
+++ b/index.html
@@ -25,7 +25,7 @@
-
+