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

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

Issue 658353002: Remove background color from overlay cast button (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix as suggested by Peter's comments. Created 6 years, 2 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 | « LayoutTests/media/video-overlay-cast-light-rendering.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/mediaControls.css
diff --git a/Source/core/css/mediaControls.css b/Source/core/css/mediaControls.css
index 64d9b8ed3e045dc61a3a829b4835de99a403f997..91618e5b2b32286023e820abad0f70ac236fa23f 100644
--- a/Source/core/css/mediaControls.css
+++ b/Source/core/css/mediaControls.css
@@ -161,7 +161,7 @@ video::-internal-media-controls-overlay-cast-button {
margin-top: 0px;
border: none;
box-sizing: border-box;
- background-color: rgba(0,0,0,0.5);
+ background-color: transparent;
width: 30px;
height: 30px;
padding: 0;
« no previous file with comments | « LayoutTests/media/video-overlay-cast-light-rendering.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698