diff options
author | Lorry Tar Creator <lorry-tar-importer@lorry> | 2017-06-27 06:07:23 +0000 |
---|---|---|
committer | Lorry Tar Creator <lorry-tar-importer@lorry> | 2017-06-27 06:07:23 +0000 |
commit | 1bf1084f2b10c3b47fd1a588d85d21ed0eb41d0c (patch) | |
tree | 46dcd36c86e7fbc6e5df36deb463b33e9967a6f7 /Source/WebCore/css/fullscreen.css | |
parent | 32761a6cee1d0dee366b885b7b9c777e67885688 (diff) | |
download | WebKitGtk-tarball-master.tar.gz |
webkitgtk-2.16.5HEADwebkitgtk-2.16.5master
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 { |