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

Side by Side Diff: ui/file_manager/video_player/css/media_controls.css

Issue 504073002: Files.app: Move VP/Galllery related files to dedicate folders (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 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 unified diff | Download patch
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */ 3 * found in the LICENSE file. */
4 4
5 .media-button { 5 .media-button {
6 height: 28px; 6 height: 28px;
7 position: relative; 7 position: relative;
8 width: 26px; 8 width: 26px;
9 } 9 }
10 10
(...skipping 585 matching lines...) Expand 10 before | Expand all | Expand 10 after
596 background-image: -webkit-image-set( 596 background-image: -webkit-image-set(
597 url('../images/media/media_play.png') 1x, 597 url('../images/media/media_play.png') 1x,
598 url('../images/media/2x/media_play.png') 2x); 598 url('../images/media/2x/media_play.png') 2x);
599 } 599 }
600 600
601 .playback-state-icon[state='pause'] { 601 .playback-state-icon[state='pause'] {
602 background-image: -webkit-image-set( 602 background-image: -webkit-image-set(
603 url('../images/media/media_pause.png') 1x, 603 url('../images/media/media_pause.png') 1x,
604 url('../images/media/2x/media_pause.png') 2x); 604 url('../images/media/2x/media_pause.png') 2x);
605 } 605 }
OLDNEW
« no previous file with comments | « ui/file_manager/gallery/js/gallery_scripts.js ('k') | ui/file_manager/video_player/images/media/2x/drive.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698