chrome-devtools-frontend
Version:
Chrome DevTools UI
61 lines (49 loc) • 1.65 kB
CSS
/*
* Copyright 2016 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
.tree-outline ol {
list-style: none;
padding: 0;
margin: 0;
padding-inline-start: 16px;
}
ol.tree-outline {
padding-inline-start: 0;
}
.tree-outline li {
min-height: 12px;
}
.tree-outline li.shadow-xml-view-close-tag {
margin-left: -16px;
}
.shadow-xml-view-tag {
color: rgb(136 18 128); /* stylelint-disable-line plugin/use_theme_colors */
/* See: crbug.com/1152736 for color variable migration. */
}
.shadow-xml-view-comment {
color: rgb(35 110 37); /* stylelint-disable-line plugin/use_theme_colors */
/* See: crbug.com/1152736 for color variable migration. */
}
.shadow-xml-view-processing-instruction {
color: rgb(35 110 37); /* stylelint-disable-line plugin/use_theme_colors */
/* See: crbug.com/1152736 for color variable migration. */
}
.shadow-xml-view-attribute-name {
color: rgb(153 69 0); /* stylelint-disable-line plugin/use_theme_colors */
/* See: crbug.com/1152736 for color variable migration. */
}
.shadow-xml-view-attribute-value {
color: rgb(26 26 166); /* stylelint-disable-line plugin/use_theme_colors */
/* See: crbug.com/1152736 for color variable migration. */
}
.shadow-xml-view-text {
color: rgb(0 0 0); /* stylelint-disable-line plugin/use_theme_colors */
/* See: crbug.com/1152736 for color variable migration. */
white-space: pre;
}
.shadow-xml-view-cdata {
color: rgb(0 0 0); /* stylelint-disable-line plugin/use_theme_colors */
/* See: crbug.com/1152736 for color variable migration. */
}