소스 검색

Fixes video thumbnail flickering issue in Safari.

master
paweldomas 9 년 전
부모
커밋
ffb77f197a
2개의 변경된 파일3개의 추가작업 그리고 5개의 파일을 삭제
  1. 2
    4
      css/videolayout_default.css
  2. 1
    1
      index.html

+ 2
- 4
css/videolayout_default.css 파일 보기

@@ -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
 

+ 1
- 1
index.html 파일 보기

@@ -25,7 +25,7 @@
25 25
     <link rel="stylesheet" href="css/font.css?v=7"/>
26 26
     <link rel="stylesheet" href="css/toastr.css?v=1">
27 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 29
     <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
30 30
     <link rel="stylesheet" href="css/jquery-impromptu.css?v=4">
31 31
     <link rel="stylesheet" href="css/modaldialog.css?v=3">

Loading…
취소
저장