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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2009 Apple Inc. All rights reserved. 2 * Copyright (C) 2009 Apple Inc. All rights reserved.
3 * Copyright (C) 2015 Google Inc. 3 * Copyright (C) 2015 Google Inc.
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions 6 * modification, are permitted provided that the following conditions
7 * are met: 7 * are met:
8 * 1. Redistributions of source code must retain the above copyright 8 * 1. Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * 2. Redistributions in binary form must reproduce the above copyright 10 * 2. Redistributions in binary form must reproduce the above copyright
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 bottom: 4px; 364 bottom: 4px;
365 right: 4px; 365 right: 4px;
366 background-color: #fafafa; 366 background-color: #fafafa;
367 max-width: 50%; 367 max-width: 50%;
368 max-height: 250px; 368 max-height: 250px;
369 min-width: 150px; 369 min-width: 150px;
370 overflow-x: hidden; 370 overflow-x: hidden;
371 overflow-y: auto; 371 overflow-y: auto;
372 white-space: nowrap; 372 white-space: nowrap;
373 font-size: 14px; 373 font-size: 14px;
374 border-radius: 2px; 374 border-radius: 1px;
375 box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 375 box-shadow: 0 8px 20px 1px rgba(0, 0, 0, 0.14),
376 0 3px 14px 2px rgba(0, 0, 0, 0.12), 376 0 3px 28px 2px rgba(0, 0, 0, 0.12),
377 0 5px 5px -3px rgba(0, 0, 0, 0.4); 377 0 5px 10px -3px rgba(0, 0, 0, 0.4);
378 } 378 }
379 379
380 video::-internal-media-controls-text-track-list-item { 380 video::-internal-media-controls-text-track-list-item {
381 display: block; 381 display: block;
382 color: #424242; 382 color: #424242;
383 text-align: start; 383 text-align: start;
384 line-height: 40px; 384 line-height: 40px;
385 padding-right: 16px; 385 padding-right: 16px;
386 text-overflow: ellipsis; 386 text-overflow: ellipsis;
387 } 387 }
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
525 font-weight: bold; 525 font-weight: bold;
526 } 526 }
527 527
528 video::cue(u) { 528 video::cue(u) {
529 text-decoration: underline; 529 text-decoration: underline;
530 } 530 }
531 531
532 video::cue(i) { 532 video::cue(i) {
533 font-style: italic; 533 font-style: italic;
534 } 534 }
OLDNEW
« 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