Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(417)

Side by Side Diff: Source/core/css/fullscreen.css

Issue 807473002: Remove the use of :-webkit-full-screen-document. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Added counter for :-webkit-full-screen Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/core/css/parser/BisonCSSParser-in.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 :-webkit-full-screen { 1 :-webkit-full-screen {
2 background-color: white; 2 background-color: white;
3 z-index: 2147483647 !important; 3 z-index: 2147483647 !important;
4 } 4 }
5 5
6 :root:-webkit-full-screen-document:not(:-webkit-full-screen), :root:-webkit-full -screen-ancestor { 6 :root:-webkit-full-screen-ancestor {
7 overflow: hidden !important; 7 overflow: hidden !important;
8 } 8 }
9 9
10 :-webkit-full-screen-ancestor:not(iframe) { 10 :-webkit-full-screen-ancestor:not(iframe) {
11 z-index: auto !important; 11 z-index: auto !important;
12 position: static !important; 12 position: static !important;
13 opacity: 1 !important; 13 opacity: 1 !important;
14 transform: none !important; 14 transform: none !important;
15 -webkit-mask: none !important; 15 -webkit-mask: none !important;
16 clip: none !important; 16 clip: none !important;
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 position: fixed !important; 51 position: fixed !important;
52 min-width: 0 !important; 52 min-width: 0 !important;
53 max-width: none !important; 53 max-width: none !important;
54 min-height: 0 !important; 54 min-height: 0 !important;
55 max-height: none !important; 55 max-height: none !important;
56 width: 100% !important; 56 width: 100% !important;
57 height: 100% !important; 57 height: 100% !important;
58 left: 0 !important; 58 left: 0 !important;
59 top: 0 !important; 59 top: 0 !important;
60 } 60 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/css/parser/BisonCSSParser-in.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698