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

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

Issue 291163004: Implement media cast buttons (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 7 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
Index: Source/core/css/mediaControlsAndroid.css
diff --git a/Source/core/css/mediaControlsAndroid.css b/Source/core/css/mediaControlsAndroid.css
index 107d18106b7a13314c77ce9f903d59fb093ca151..52158c5ede893214d9da1f00bcb8d0c3c8d96058 100644
--- a/Source/core/css/mediaControlsAndroid.css
+++ b/Source/core/css/mediaControlsAndroid.css
@@ -69,10 +69,23 @@ video::-webkit-media-controls-fullscreen-button {
line-height: 35px;
}
+
audio::-webkit-media-controls-fullscreen-button {
display: none;
}
+video::-webkit-media-controls-cast-on-button, video::-webkit-media-controls-cast-on-button {
+ width: 35px;
+ height: 35px;
+ line-height: 35px;
+}
+
+video::-webkit-media-controls-cast-off-button, video::-webkit-media-controls-cast-off-button {
+ width: 35px;
+ height: 35px;
+ line-height: 35px;
+}
+
video::-webkit-media-controls-toggle-closed-captions-button {
width: 35px;
height: 35px;

Powered by Google App Engine
This is Rietveld 408576698