|
@@ -44,10 +44,6 @@
|
44
|
44
|
|
45
|
45
|
#remoteVideos .videocontainer:hover,
|
46
|
46
|
#remoteVideos .videocontainer.videoContainerFocused {
|
47
|
|
- width: 100%;
|
48
|
|
- height: 100%;
|
49
|
|
- content:"";
|
50
|
|
- cursor: pointer;
|
51
|
47
|
cursor: hand;
|
52
|
48
|
/* transform:scale(1.08, 1.08);
|
53
|
49
|
-webkit-transform:scale(1.08, 1.08); */
|
|
@@ -85,6 +81,7 @@
|
85
|
81
|
instead of <video/> */
|
86
|
82
|
#remoteVideos .videocontainer>video,
|
87
|
83
|
#remoteVideos .videocontainer>object {
|
|
84
|
+ cursor: hand;
|
88
|
85
|
border-radius:4px;
|
89
|
86
|
}
|
90
|
87
|
|
|
@@ -97,6 +94,7 @@
|
97
|
94
|
|
98
|
95
|
#localVideoWrapper>video,
|
99
|
96
|
#localVideoWrapper>object {
|
|
97
|
+ cursor: hand;
|
100
|
98
|
border-radius:4px !important;
|
101
|
99
|
}
|
102
|
100
|
|