Chromium Code Reviews| 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; |