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

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 Peter's nit on CSS, and add rendering layout tests. 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
Index: Source/core/css/mediaControls.css
diff --git a/Source/core/css/mediaControls.css b/Source/core/css/mediaControls.css
index 64d9b8ed3e045dc61a3a829b4835de99a403f997..009324ba1fe74968665e42851a6a2069ab59a67b 100644
--- a/Source/core/css/mediaControls.css
+++ b/Source/core/css/mediaControls.css
@@ -145,7 +145,6 @@ video::-webkit-media-controls-overlay-play-button {
margin-top: -40px;
border: none;
box-sizing: border-box;
- background-color: transparent;
width: 80px;
height: 80px;
padding: 0;
@@ -161,7 +160,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);
+ color: inherit;
Peter Beverloo 2014/10/20 19:08:48 Sorry, I meant remove the "color" property, not th
aberent 2014/10/20 20:13:50 Done.
width: 30px;
height: 30px;
padding: 0;
@@ -230,7 +229,6 @@ audio::-webkit-media-controls-timeline, video::-webkit-media-controls-timeline {
height: 8px;
margin: 0 15px 0 0;
padding: 0;
- background-color: transparent;
min-width: 25px;
border: initial;
color: inherit;
@@ -247,7 +245,6 @@ audio::-webkit-media-controls-volume-slider, video::-webkit-media-controls-volum
max-width: 70px;
margin: 0 15px 0 0;
padding: 0;
- background-color: transparent;
min-width: 15px;
border: initial;
color: inherit;

Powered by Google App Engine
This is Rietveld 408576698