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.
14 .tree-outline li.hovered:not(.selected) .selection {
18 background-color: rgba
(56, 121, 217, 0.1);
22 .tree-outline li .selection {
32 .tree-outline li.selected .selection {
34 background-color: #ddd;
37 .tree-outline li.in-clipboard .highlight {
38 outline: 1px dotted darkgrey
;
41 .tree-outline li.elements-drag-over .selection {
44 border-top: 2px solid rgb
(56, 121, 217);
47 ol
.tree-outline:focus li
.selected
.selection
{
48 background-color: rgb
(56, 121, 217);
51 ol
.tree-outline:focus li
.parent
.selected::before
{
52 background-color: white
;
57 list-style-type: none
;
60 .tree-outline-no-padding {
69 text-overflow: ellipsis
;
76 ol
.tree-outline:focus li
.selected
{
80 ol
.tree-outline:focus li
.selected
* {
84 .tree-outline li::before {
86 -webkit-user-select: none
;
87 -webkit-mask-image: url
(Images/toolbarButtonGlyphs.png);
88 -webkit-mask-size: 352px 168px;
99 .tree-outline li:not(.parent)::before {
100 background-color: transparent
;
103 @media (-webkit-min-device-pixel-ratio: 1.5) {
104 .tree-outline li::before {
105 -webkit-mask-image: url
(Images/toolbarButtonGlyphs_2x.png);
109 .tree-outline li::before {
110 -webkit-mask-position: -4px -96px;
111 background-color: rgb
(110, 110, 110);
114 .tree-outline li.parent.expanded::before {
115 -webkit-mask-position: -20px -96px;
118 .tree-outline ol.children {
122 .tree-outline ol.children.expanded {