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

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

Issue 2376633003: Update style of media controls popup. (Closed)
Patch Set: Created 4 years, 3 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 9c89f7c2632c22df70c64c356d9cb944f7ac13cd..bedd56ac9c6e805505e78436ac305a755d4dc398 100644
--- a/third_party/WebKit/Source/core/css/mediaControlsNew.css
+++ b/third_party/WebKit/Source/core/css/mediaControlsNew.css
@@ -361,8 +361,8 @@ audio::-webkit-media-controls-fullscreen-volume-max-button, video::-webkit-media
video::-internal-media-controls-text-track-list, video::-internal-media-controls-overflow-menu-list, audio::-internal-media-controls-overflow-menu-list {
position: absolute;
- bottom: 48px;
- right: 0px;
+ bottom: 4px;
+ right: 4px;
background-color: #fafafa;
max-width: 50%;
max-height: 250px;
@@ -371,7 +371,8 @@ video::-internal-media-controls-text-track-list, video::-internal-media-controls
overflow-y: auto;
white-space: nowrap;
font-size: 14px;
- padding: 8px 0px;
+ border-radius: 3px;
+ box-shadow: 0px 0px 3px black;
}
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