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..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; |