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

Side by Side Diff: extensions/renderer/resources/platform_app.css

Issue 307833002: Move some extensions renderer resources to extensions_renderer_resources.grd. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 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 | Annotate | Revision Log
OLDNEW
1 /* 1 /*
2 * Copyright (c) 2012 The Chromium Authors. All rights reserved. 2 * Copyright (c) 2012 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be 3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file. 4 * found in the LICENSE file.
5 * 5 *
6 * A style sheet for Chrome apps. 6 * A style sheet for Chrome apps.
7 */ 7 */
8 8
9 @namespace "http://www.w3.org/1999/xhtml"; 9 @namespace "http://www.w3.org/1999/xhtml";
10 10
(...skipping 15 matching lines...) Expand all
26 } 26 }
27 27
28 img, a { 28 img, a {
29 -webkit-user-drag: none; 29 -webkit-user-drag: none;
30 } 30 }
31 31
32 [contenteditable], input { 32 [contenteditable], input {
33 -webkit-user-select: auto; 33 -webkit-user-select: auto;
34 } 34 }
35 35
OLDNEW
« no previous file with comments | « extensions/renderer/resources/permissions_custom_bindings.js ('k') | extensions/renderer/resources/platform_app.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698