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

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: Reenable previously crashing tests - now fixed Created 6 years, 3 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/HTMLMediaElement.h » ('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 107d18106b7a13314c77ce9f903d59fb093ca151..60deeb72ef5a6dae5e57271dcd57a1558fc197b8 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;
}
+audio::-internal-media-controls-cast-button, video::-internal-media-controls-cast-button {
+ width: 35px;
+ height: 35px;
+ line-height: 35px;
+}
+
video::-webkit-media-controls-toggle-closed-captions-button {
width: 35px;
height: 35px;
« no previous file with comments | « Source/core/css/mediaControls.css ('k') | Source/core/html/HTMLMediaElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698