Roll src/third_party/WebKit 9301d6f:4619053 (svn 201058:201059)
[chromium-blink-merge.git] / extensions / renderer / resources / platform_app.css
blobfa811310bd921eba6efcb6d97bda7856bd0d023a
1 /*
2 * Copyright 2014 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file.
6 * A style sheet for Chrome apps.
7 */
9 @namespace "http://www.w3.org/1999/xhtml";
11 body {
12 -webkit-user-select: none;
13 cursor: default;
14 font-family: $FONTFAMILY;
15 font-size: $FONTSIZE;
18 webview, appview {
19 display: inline-block;
20 width: 300px;
21 height: 300px;
24 html, body {
25 overflow: hidden;
28 img, a {
29 -webkit-user-drag: none;
32 [contenteditable], input {
33 -webkit-user-select: auto;