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

Unified Diff: Source/core/css/mediaControlsAndroid.css

Issue 254633002: Start using the mediaControlsOverlayPlayButtonEnabled setting (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 8 months 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/css/mediaControls.css ('k') | Source/core/html/shadow/MediaControls.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/mediaControlsAndroid.css
diff --git a/Source/core/css/mediaControlsAndroid.css b/Source/core/css/mediaControlsAndroid.css
index 73d5adb3eeb292673cbf609207082c4a7c65b675..107d18106b7a13314c77ce9f903d59fb093ca151 100644
--- a/Source/core/css/mediaControlsAndroid.css
+++ b/Source/core/css/mediaControlsAndroid.css
@@ -38,20 +38,6 @@ video::-webkit-media-controls-enclosure {
height: 40px;
}
-video::-webkit-media-controls-overlay-enclosure {
- display: flex;
- position: relative;
- flex-direction: column;
- justify-content: flex-end;
- align-items: center;
- flex: 1 1;
- width: 100%;
- max-width: 800px;
- text-indent: 0;
- box-sizing: border-box;
- overflow: hidden;
-}
-
audio::-webkit-media-controls-panel, video::-webkit-media-controls-panel {
height: 35px;
}
@@ -60,22 +46,6 @@ audio::-webkit-media-controls-mute-button, video::-webkit-media-controls-mute-bu
display: none;
}
-video::-webkit-media-controls-overlay-play-button {
- -webkit-appearance: media-overlay-play-button;
- display: flex;
- position: absolute;
- top: 50%;
- left: 50%;
- margin-left: -40px;
- margin-top: -40px;
- border: none;
- box-sizing: border-box;
- background-color: transparent;
- width: 80px;
- height: 80px;
- padding: 0;
-}
-
audio::-webkit-media-controls-play-button, video::-webkit-media-controls-play-button {
width: 35px;
height: 35px;
« no previous file with comments | « Source/core/css/mediaControls.css ('k') | Source/core/html/shadow/MediaControls.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698