Fixes video thumbnail flickering issue in Safari.
This commit is contained in:
parent
f559bd1ba4
commit
ffb77f197a
|
@ -44,10 +44,6 @@
|
||||||
|
|
||||||
#remoteVideos .videocontainer:hover,
|
#remoteVideos .videocontainer:hover,
|
||||||
#remoteVideos .videocontainer.videoContainerFocused {
|
#remoteVideos .videocontainer.videoContainerFocused {
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
content:"";
|
|
||||||
cursor: pointer;
|
|
||||||
cursor: hand;
|
cursor: hand;
|
||||||
/* transform:scale(1.08, 1.08);
|
/* transform:scale(1.08, 1.08);
|
||||||
-webkit-transform:scale(1.08, 1.08); */
|
-webkit-transform:scale(1.08, 1.08); */
|
||||||
|
@ -85,6 +81,7 @@
|
||||||
instead of <video/> */
|
instead of <video/> */
|
||||||
#remoteVideos .videocontainer>video,
|
#remoteVideos .videocontainer>video,
|
||||||
#remoteVideos .videocontainer>object {
|
#remoteVideos .videocontainer>object {
|
||||||
|
cursor: hand;
|
||||||
border-radius:4px;
|
border-radius:4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -97,6 +94,7 @@
|
||||||
|
|
||||||
#localVideoWrapper>video,
|
#localVideoWrapper>video,
|
||||||
#localVideoWrapper>object {
|
#localVideoWrapper>object {
|
||||||
|
cursor: hand;
|
||||||
border-radius:4px !important;
|
border-radius:4px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
<link rel="stylesheet" href="css/font.css?v=7"/>
|
<link rel="stylesheet" href="css/font.css?v=7"/>
|
||||||
<link rel="stylesheet" href="css/toastr.css?v=1">
|
<link rel="stylesheet" href="css/toastr.css?v=1">
|
||||||
<link rel="stylesheet" type="text/css" media="screen" href="css/main.css?v=31"/>
|
<link rel="stylesheet" type="text/css" media="screen" href="css/main.css?v=31"/>
|
||||||
<link rel="stylesheet" type="text/css" media="screen" href="css/videolayout_default.css?v=20" id="videolayout_default"/>
|
<link rel="stylesheet" type="text/css" media="screen" href="css/videolayout_default.css?v=21" id="videolayout_default"/>
|
||||||
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
|
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="css/jquery-impromptu.css?v=4">
|
<link rel="stylesheet" href="css/jquery-impromptu.css?v=4">
|
||||||
<link rel="stylesheet" href="css/modaldialog.css?v=3">
|
<link rel="stylesheet" href="css/modaldialog.css?v=3">
|
||||||
|
|
Loading…
Reference in New Issue