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

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

Issue 10598006: Browser tag shim (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: HasExtensionPermission Created 8 years, 5 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
11 body { 11 body {
12 -webkit-user-select: none; 12 -webkit-user-select: none;
13 cursor: default; 13 cursor: default;
14 } 14 }
15
16 browser {
17 display: inline-block;
18 }
OLDNEW
« no previous file with comments | « chrome/renderer/resources/extensions/browser_tag.js ('k') | chrome/test/data/extensions/api_test/shadow_dom/background.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698