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

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

Issue 2621993006: Drop the -webkit prefix from user-select CSS rule in ui/. (Closed)
Patch Set: Created 3 years, 11 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 | « ui/file_manager/gallery/css/gallery.css ('k') | ui/webui/resources/css/chrome_shared.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 body { 5 body {
6 -webkit-user-select: none;
7 background: black; 6 background: black;
8 font-size: 84%; 7 font-size: 84%;
9 margin: 0; 8 margin: 0;
10 overflow: hidden; 9 overflow: hidden;
10 user-select: none;
11 } 11 }
12 12
13 #video-player { 13 #video-player {
14 height: 100%; 14 height: 100%;
15 left: 0; 15 left: 0;
16 position: absolute; 16 position: absolute;
17 top: 0; 17 top: 0;
18 width: 100%; 18 width: 100%;
19 } 19 }
20 20
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 color: white; 165 color: white;
166 display: -webkit-box; 166 display: -webkit-box;
167 height: 54px; 167 height: 54px;
168 padding-left: 70px; 168 padding-left: 70px;
169 padding-right: 35px; 169 padding-right: 35px;
170 } 170 }
171 171
172 #error:not([visible]) { 172 #error:not([visible]) {
173 display: none; 173 display: none;
174 } 174 }
OLDNEW
« no previous file with comments | « ui/file_manager/gallery/css/gallery.css ('k') | ui/webui/resources/css/chrome_shared.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698