Browse Source

Fixes video thumbnail flickering issue in Safari.

master
paweldomas 9 years ago
parent
commit
ffb77f197a
2 changed files with 3 additions and 5 deletions
  1. 2
    4
      css/videolayout_default.css
  2. 1
    1
      index.html

+ 2
- 4
css/videolayout_default.css View File

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

+ 1
- 1
index.html View File

25
     <link rel="stylesheet" href="css/font.css?v=7"/>
25
     <link rel="stylesheet" href="css/font.css?v=7"/>
26
     <link rel="stylesheet" href="css/toastr.css?v=1">
26
     <link rel="stylesheet" href="css/toastr.css?v=1">
27
     <link rel="stylesheet" type="text/css" media="screen" href="css/main.css?v=31"/>
27
     <link rel="stylesheet" type="text/css" media="screen" href="css/main.css?v=31"/>
28
-    <link rel="stylesheet" type="text/css" media="screen" href="css/videolayout_default.css?v=20" id="videolayout_default"/>
28
+    <link rel="stylesheet" type="text/css" media="screen" href="css/videolayout_default.css?v=21" id="videolayout_default"/>
29
     <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
29
     <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
30
     <link rel="stylesheet" href="css/jquery-impromptu.css?v=4">
30
     <link rel="stylesheet" href="css/jquery-impromptu.css?v=4">
31
     <link rel="stylesheet" href="css/modaldialog.css?v=3">
31
     <link rel="stylesheet" href="css/modaldialog.css?v=3">

Loading…
Cancel
Save