/*
 * Copyright 2015 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.
 */

.ax-computed-text {
    padding: 3px 5px 0;
    background-image: url(Images/speech.png);
    background-repeat: no-repeat;
    background-position: 16px center;
    padding: 4px 4px 0 4px;
    padding-left: 36px;
    min-height: 18px;
}

.ax-computed-text div {
    display: inline-block;
    padding: 2px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

div.ax-text-alternatives {
    margin-bottom: 3px;
    border-bottom: 1px solid #BFBFBF;
}

.ax-name {
    color: rgb(153, 69, 0);
    flex-shrink: 0;
}

.ax-readable-name {
    flex-shrink: 0;
    padding-left: 2px;
}

.ax-readable-string {
    font-style: italic;
}

span.ax-role {
    font-weight: bold;
}

span.ax-internal-role {
    font-style: italic;
}

.ax-ignored-info {
    padding: 6px;
}

.ax-ignored-node-pane {
    background-color: hsl(0, 0%, 96%);
}

.tree-outline li {
    padding-left: 1px;
    align-items: baseline;
}

.tree-outline li.property {
    color: rgb(33, 33, 33);
}

.tree-outline li.invalid {
    position: relative;
    left: -2px;
}

.invalid {
    text-decoration: line-through;
}

.tree-outline label[is=dt-icon-label] {
    position: relative;
    left: -11px;
}

span.ax-value-undefined {
    font-style: italic;
}

.ax-value-source-unused {
    opacity: 0.5;
}

.ax-value-source-superseded,
.ax-value-source-invalid {
    text-decoration: line-through;
}

.tree-outline label[is=dt-icon-label] + .ax-name {
    margin-left: -11px;
}

.ax-value-string {
    color: rgb(26, 26, 166);
}

.sidebar-pane-stack .sidebar-pane {
    padding-left: 4px;
}
