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

Unified Diff: Source/core/css/mediaControls.css

Issue 921833003: Expose APIs for text track settings (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Addressed Philip's comments Created 5 years, 9 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: Source/core/css/mediaControls.css
diff --git a/Source/core/css/mediaControls.css b/Source/core/css/mediaControls.css
index f9fbaaa3ee9e644c78e3b9d5be48c956c4e1eefa..62d8f03d683c0f0b3098b28a12c9867dcac4f6f3 100644
--- a/Source/core/css/mediaControls.css
+++ b/Source/core/css/mediaControls.css
@@ -348,7 +348,7 @@ video::-webkit-media-text-track-container {
overflow: hidden;
padding-bottom: 5px;
- font: 22px sans-serif;
+ font-family: sans-serif;
srivats 2015/03/26 01:36:02 I reverted this back because this change broke the
text-align: center;
color: rgba(255, 255, 255, 1);

Powered by Google App Engine
This is Rietveld 408576698