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.
9 @namespace "http://www.w3.org/1999/xhtml";
12 -webkit-user-select: none
;
14 font-family: $FONTFAMILY
;
19 display: inline-block
;
29 -webkit-user-drag: none
;
32 [contenteditable
], input
{
33 -webkit-user-select: auto
;