Chromium Code Reviews| Index: third_party/WebKit/Source/core/css/fullscreenAndroid.css |
| diff --git a/third_party/WebKit/Source/core/css/fullscreenAndroid.css b/third_party/WebKit/Source/core/css/fullscreenAndroid.css |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..9216afde0a72fdc8b819c7cbe54074e70eefb9e1 |
| --- /dev/null |
| +++ b/third_party/WebKit/Source/core/css/fullscreenAndroid.css |
| @@ -0,0 +1,9 @@ |
| +video:-webkit-full-screen, audio:-webkit-full-screen { |
|
foolip
2016/06/21 16:59:36
Should it really apply to audio elements? They can
sandersd (OOO until July 31)
2016/06/21 18:30:08
Done. (I did not change fullscreen.css to match th
|
| + border: none !important; |
|
foolip
2016/06/21 16:59:36
This one ought to go away with the top layer rewri
sandersd (OOO until July 31)
2016/06/21 18:30:08
This is specific to fullscreen on Android, for inl
|
| + background-image: none !important; |
| + opacity: 1 !important; |
| + -webkit-filter: none !important; |
|
foolip
2016/06/21 16:59:36
-webkit-filter is an alias for filter, are both ne
sandersd (OOO until July 31)
2016/06/21 18:30:08
Then it'll have to be the -webkit-filter variant,
|
| + filter: none !important; |
| + border-radius: 0 !important; |
| + mix-blend-mode: normal !important; |
| +} |