[email protected] | 9776e82e | 2011-11-15 02:17:53 | [diff] [blame] | 1 | /* |
[email protected] | 8f857ef8 | 2014-06-04 23:46:16 | [diff] [blame] | 2 | * Copyright 2014 The Chromium Authors. All rights reserved. |
[email protected] | c0cecd1f | 2012-04-05 16:50:12 | [diff] [blame] | 3 | * Use of this source code is governed by a BSD-style license that can be |
4 | * found in the LICENSE file. | ||||
5 | * | ||||
[email protected] | ba0e069 | 2012-06-07 16:53:42 | [diff] [blame] | 6 | * A style sheet for Chrome apps. |
[email protected] | 9776e82e | 2011-11-15 02:17:53 | [diff] [blame] | 7 | */ |
8 | |||||
9 | @namespace "http://www.w3.org/1999/xhtml"; | ||||
10 | |||||
[email protected] | 1ad63fd | 2012-06-01 00:03:43 | [diff] [blame] | 11 | body { |
[email protected] | 9776e82e | 2011-11-15 02:17:53 | [diff] [blame] | 12 | -webkit-user-select: none; |
13 | cursor: default; | ||||
[email protected] | 4941fe9 | 2013-06-13 23:21:01 | [diff] [blame] | 14 | font-family: $FONTFAMILY; |
15 | font-size: $FONTSIZE; | ||||
[email protected] | 9776e82e | 2011-11-15 02:17:53 | [diff] [blame] | 16 | } |
[email protected] | 8df666b | 2012-07-03 00:43:33 | [diff] [blame] | 17 | |
[email protected] | 486a77d8 | 2014-06-13 20:15:58 | [diff] [blame] | 18 | webview { |
[email protected] | 8df666b | 2012-07-03 00:43:33 | [diff] [blame] | 19 | display: inline-block; |
[email protected] | 90ec60d | 2012-11-27 21:04:21 | [diff] [blame] | 20 | width: 300px; |
21 | height: 300px; | ||||
[email protected] | 8df666b | 2012-07-03 00:43:33 | [diff] [blame] | 22 | } |
[email protected] | 4b5e09b | 2012-10-12 03:35:20 | [diff] [blame] | 23 | |
24 | html, body { | ||||
25 | overflow: hidden; | ||||
26 | } | ||||
[email protected] | ddffc0ce | 2012-11-20 22:27:49 | [diff] [blame] | 27 | |
28 | img, a { | ||||
29 | -webkit-user-drag: none; | ||||
30 | } | ||||
[email protected] | 0217450 | 2013-04-11 01:23:40 | [diff] [blame] | 31 | |
32 | [contenteditable], input { | ||||
33 | -webkit-user-select: auto; | ||||
34 | } | ||||
35 |