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

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: Tidy up button name Created 6 years, 4 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..a22977fc66600924e230bbb6b9447bdfba2b05d9 100644
--- a/Source/core/css/mediaControlsAndroid.css
+++ b/Source/core/css/mediaControlsAndroid.css
@@ -73,6 +73,12 @@ audio::-webkit-media-controls-fullscreen-button {
display: none;
}
+video::-webkit-media-controls-cast-button, video::-webkit-media-controls-cast-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