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

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: 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 | « no previous file | 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..733d0f7db9163513b7fc089961261ad9a3e5dcdc 100644
--- a/Source/core/css/mediaControls.css
+++ b/Source/core/css/mediaControls.css
@@ -161,7 +161,8 @@ 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;
+ color: inherit;
Peter Beverloo 2014/10/17 11:47:27 The |color| property inherits by default, why do w
aberent 2014/10/17 16:21:03 Done.
width: 30px;
height: 30px;
padding: 0;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698