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

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

Issue 2409253002: Minor polish on the media controls menu style. (Closed)
Patch Set: Created 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 bad8afc693033bcf2cf7e9ae779f9c2d91739428..7acdba129b71c07ad41db95ea3048efe8f2bd416 100644
--- a/third_party/WebKit/Source/core/css/mediaControlsNew.css
+++ b/third_party/WebKit/Source/core/css/mediaControlsNew.css
@@ -371,10 +371,10 @@ video::-internal-media-controls-text-track-list, video::-internal-media-controls
overflow-y: auto;
white-space: nowrap;
font-size: 14px;
- border-radius: 2px;
- box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14),
- 0 3px 14px 2px rgba(0, 0, 0, 0.12),
- 0 5px 5px -3px rgba(0, 0, 0, 0.4);
+ border-radius: 1px;
+ box-shadow: 0 8px 20px 1px rgba(0, 0, 0, 0.14),
+ 0 3px 28px 2px rgba(0, 0, 0, 0.12),
+ 0 5px 10px -3px rgba(0, 0, 0, 0.4);
}
video::-internal-media-controls-text-track-list-item {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698