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

Unified Diff: third_party/WebKit/Source/core/css/mediaControlsNew.css

Issue 1424733003: Paint media element's play button using padding. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: crushed pngs and moved FloatRect out of old UI path. Created 5 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: third_party/WebKit/Source/core/css/mediaControlsNew.css
diff --git a/third_party/WebKit/Source/core/css/mediaControlsNew.css b/third_party/WebKit/Source/core/css/mediaControlsNew.css
index 4c33ef01876c25496dac65cf12459fc06545f48e..2e44a4be519d25c6956e9a5bf4509581df860784 100644
--- a/third_party/WebKit/Source/core/css/mediaControlsNew.css
+++ b/third_party/WebKit/Source/core/css/mediaControlsNew.css
@@ -176,7 +176,7 @@ audio::-webkit-media-controls-play-button, video::-webkit-media-controls-play-bu
width: 48px;
height: 48px;
line-height: 48px;
- padding: 12px;
+ padding: 16px;
background-color: initial;
color: inherit;
}

Powered by Google App Engine
This is Rietveld 408576698