Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / Source / devtools / front_end / components / objectPropertiesSection.css
blob4b573c4027f0d2ae085b3d76ab8c7391e108d3b5
1 /*
2 * Copyright 2015 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.
5 */
7 .object-properties-section .name {
8 color: rgb(136, 19, 145);
9 flex-shrink: 0;
12 .object-properties-section-separator {
13 flex-shrink: 0;
16 .object-properties-section-dimmed {
17 opacity: 0.6;
20 .object-properties-section {
21 padding: 0 0 0px 0px;
22 color: rgb(33,33,33) !important;
25 .object-properties-section li {
26 min-height: inherit;
27 line-height: 12px;
28 -webkit-user-select: text;
31 .object-properties-section li::before {
32 top: -1px;
35 .object-properties-section li.editing-sub-part {
36 padding: 3px 6px 8px;
37 margin: -1px -6px -8px -6px;
38 text-overflow: clip;
41 .object-properties-section li.editing {
42 margin-left: 10px;
43 text-overflow: clip;
46 .tree-outline ol.title-less-mode {
47 padding-left: 0px;