summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/css/fullscreen.css
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/css/fullscreen.css')
-rw-r--r--Source/WebCore/css/fullscreen.css11
1 files changed, 7 insertions, 4 deletions
diff --git a/Source/WebCore/css/fullscreen.css b/Source/WebCore/css/fullscreen.css
index 2e38c95..537024c 100644
--- a/Source/WebCore/css/fullscreen.css
+++ b/Source/WebCore/css/fullscreen.css
@@ -7,10 +7,13 @@
}
video:-webkit-full-screen {
- background-color: black;
- width: auto;
- height: 100%;
- max-width: 100%;
+ background-color: black !important;
+ position: static !important;
+ margin: 0 !important;
+ height: 100% !important;
+ width: 100% !important;
+ -webkit-box-flex: 1 !important;
+ display: block !important;
}
img:-webkit-full-screen {