2 * Copyright (c) 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.
17 -webkit-padding-start: 12px;
21 .properties-tree ol.expanded {
28 text-overflow: ellipsis
;
30 -webkit-user-select: text
;
36 .properties-tree li.parent {
40 .properties-tree li.parent::before {
41 -webkit-user-select: none
;
42 background-image: url
(Images/toolbarButtonGlyphs.png);
43 background-size: 352px 168px;
53 @media (-webkit-min-device-pixel-ratio: 1.5) {
54 .properties-tree li.parent::before {
55 background-image: url
(Images/toolbarButtonGlyphs_2x.png);
59 .properties-tree li.parent::before {
60 background-position: -4px -96px;
63 .properties-tree li.parent.expanded::before {
64 background-position: -20px -96px;
67 .properties-tree li .info {
72 .properties-tree li.editing {
77 .properties-tree li.editing-sub-part {
78 padding: 3px 6px 8px 18px;
79 margin: -1px -6px -8px -6px;
83 .properties-tree .name {
84 color: rgb
(136, 19, 145);
88 .properties-tree .separator {
92 .properties-tree .dimmed {
96 .properties-tree .value.error {
100 .properties-tree .number {
104 .properties-tree .keyword {
105 color: rgb
(136, 19, 79);
108 .properties-tree .color {
109 color: rgb
(118, 15, 21);