| Index: Source/WebCore/css/mediaControlsChromium.css
|
| ===================================================================
|
| --- Source/WebCore/css/mediaControlsChromium.css (revision 123377)
|
| +++ Source/WebCore/css/mediaControlsChromium.css (working copy)
|
| @@ -79,7 +79,7 @@
|
|
|
| audio::-webkit-media-controls-mute-button, video::-webkit-media-controls-mute-button {
|
| -webkit-appearance: media-mute-button;
|
| - display: inline;
|
| + display: -webkit-box;
|
| border: none;
|
| box-sizing: border-box;
|
| width: 35px;
|
| @@ -91,7 +91,7 @@
|
|
|
| audio::-webkit-media-controls-play-button, video::-webkit-media-controls-play-button {
|
| -webkit-appearance: media-play-button;
|
| - display: inline;
|
| + display: -webkit-box;
|
| border: none;
|
| box-sizing: border-box;
|
| width: 30px;
|
| @@ -118,6 +118,7 @@
|
| font-family: Arial, Helvetica, sans-serif;
|
| font-size: 13px;
|
| font-weight: bold;
|
| + font-style: normal;
|
| color: white;
|
|
|
| letter-spacing: normal;
|
| @@ -179,7 +180,7 @@
|
|
|
| audio::-webkit-media-controls-fullscreen-button, video::-webkit-media-controls-fullscreen-button {
|
| -webkit-appearance: media-enter-fullscreen-button;
|
| - display: inline;
|
| + display: -webkit-box;
|
| border: none;
|
| box-sizing: border-box;
|
| width: 30px;
|
|
|