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

Unified Diff: Source/WebCore/css/mediaControlsChromium.css

Issue 10807077: Merge 123259 - [chromium] CSS tweaks to media controls to prevent styles from being overridden (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1180/
Patch Set: Created 8 years, 5 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 | « Source/WebCore/ChangeLog ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « Source/WebCore/ChangeLog ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698