blob: 1fd35d86c4f7b23531cb6f2750ab2d9d4811f895 [file] [log] [blame]
[email protected]9776e82e2011-11-15 02:17:531/*
[email protected]8f857ef82014-06-04 23:46:162 * Copyright 2014 The Chromium Authors. All rights reserved.
[email protected]c0cecd1f2012-04-05 16:50:123 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file.
5 *
[email protected]ba0e0692012-06-07 16:53:426 * A style sheet for Chrome apps.
[email protected]9776e82e2011-11-15 02:17:537 */
8
9@namespace "http://www.w3.org/1999/xhtml";
10
[email protected]1ad63fd2012-06-01 00:03:4311body {
[email protected]9776e82e2011-11-15 02:17:5312 -webkit-user-select: none;
13 cursor: default;
[email protected]4941fe92013-06-13 23:21:0114 font-family: $FONTFAMILY;
15 font-size: $FONTSIZE;
[email protected]9776e82e2011-11-15 02:17:5316}
[email protected]8df666b2012-07-03 00:43:3317
[email protected]486a77d82014-06-13 20:15:5818webview {
[email protected]8df666b2012-07-03 00:43:3319 display: inline-block;
[email protected]90ec60d2012-11-27 21:04:2120 width: 300px;
21 height: 300px;
[email protected]8df666b2012-07-03 00:43:3322}
[email protected]4b5e09b2012-10-12 03:35:2023
24html, body {
25 overflow: hidden;
26}
[email protected]ddffc0ce2012-11-20 22:27:4927
28img, a {
29 -webkit-user-drag: none;
30}
[email protected]02174502013-04-11 01:23:4031
32[contenteditable], input {
33 -webkit-user-select: auto;
34}
35