summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/css/fullscreen.css
blob: 2e38c95a41b76e050fe56e12d4d201986cd261ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
:-webkit-full-screen {
    background-color: white;
}

:root:full-screen-document:not(:full-screen) {
    overflow:hidden;
}

video:-webkit-full-screen {
    background-color: black;
    width: auto;   
    height: 100%;
    max-width: 100%;
}

img:-webkit-full-screen {
    width: auto;   
    height: 100%;
    max-width: 100%;
}

video:-webkit-full-page-media:-webkit-full-screen::-webkit-media-controls-panel {
    bottom: 0px;
}