diff options
Diffstat (limited to 'Source/WebCore/css/fullscreen.css')
-rw-r--r-- | Source/WebCore/css/fullscreen.css | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/Source/WebCore/css/fullscreen.css b/Source/WebCore/css/fullscreen.css index 43f0fea98..d345f02e0 100644 --- a/Source/WebCore/css/fullscreen.css +++ b/Source/WebCore/css/fullscreen.css @@ -11,13 +11,13 @@ z-index: auto !important; position: static !important; opacity: 1 !important; - -webkit-transform: none !important; + transform: none !important; -webkit-mask: none !important; clip: none !important; - -webkit-filter: none !important; - -webkit-transition: none !important; + filter: none !important; + transition: none !important; -webkit-box-reflect: none !important; - -webkit-perspective: none !important; + perspective: none !important; -webkit-transform-style: flat !important; } @@ -27,13 +27,14 @@ video:-webkit-full-screen, audio:-webkit-full-screen { margin: 0 !important; height: 100% !important; width: 100% !important; - -webkit-flex: 1 !important; + flex: 1 !important; display: block !important; - -webkit-transition: none !important; + transition: none !important; } -:-webkit-full-screen video:hover { - -webkit-cursor-visibility:auto-hide; +:-webkit-full-screen video, +video:-webkit-full-screen { + -webkit-cursor-visibility: auto-hide; } img:-webkit-full-screen { |