blob: 7a4b6d6c14a997efc82de431646b5abe9167461a [file] [log] [blame]
Blink Reformat4c46d092018-04-07 15:32:371/*
2 * Copyright 2016 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 */
6
7:host {
Wolfgang Beyer2d5e65a2020-11-27 13:12:248 background-color: var(--color-background-elevation-1);
Blink Reformat4c46d092018-04-07 15:32:379}
10
11.report-content-box {
Wolfgang Beyer2d5e65a2020-11-27 13:12:2412 background-color: var(--color-background);
Mathias Bynenscdae9e02019-12-09 14:21:1813 overflow: auto;
Blink Reformat4c46d092018-04-07 15:32:3714}
15
16.report-content-box.no-scroll {
Mathias Bynenscdae9e02019-12-09 14:21:1817 overflow: visible;
Blink Reformat4c46d092018-04-07 15:32:3718}
19
20.report-header {
Wolfgang Beyer2d5e65a2020-11-27 13:12:2421 border-bottom: 1px solid var(--color-details-hairline);
Mathias Bynenscdae9e02019-12-09 14:21:1822 padding: 12px 24px;
Blink Reformat4c46d092018-04-07 15:32:3723}
24
25.report-header .toolbar {
Mathias Bynenscdae9e02019-12-09 14:21:1826 margin-bottom: -8px;
Mathias Bynenscdae9e02019-12-09 14:21:1827 margin-top: 5px;
28 margin-left: -8px;
Blink Reformat4c46d092018-04-07 15:32:3729}
30
31.report-title {
Mathias Bynenscdae9e02019-12-09 14:21:1832 font-size: 15px;
Wolfgang Beyer760462e2020-07-13 15:01:3533 white-space: nowrap;
34 overflow: hidden;
35 text-overflow: ellipsis;
Blink Reformat4c46d092018-04-07 15:32:3736}
37
Mathias Bynensb0c1f4b2020-05-15 14:34:4138.report-url,
39.report-subtitle {
Mathias Bynenscdae9e02019-12-09 14:21:1840 font-size: 12px;
41 margin-top: 10px;
Blink Reformat4c46d092018-04-07 15:32:3742}
43
44.report-section {
Mathias Bynenscdae9e02019-12-09 14:21:1845 display: flex;
46 padding: 12px;
Wolfgang Beyer2d5e65a2020-11-27 13:12:2447 border-bottom: 1px solid var(--color-details-hairline);
Mathias Bynenscdae9e02019-12-09 14:21:1848 flex-direction: column;
Blink Reformat4c46d092018-04-07 15:32:3749}
50
51.report-section-header {
Mathias Bynenscdae9e02019-12-09 14:21:1852 margin-left: 18px;
53 display: flex;
54 flex-direction: row;
55 align-items: center;
Blink Reformat4c46d092018-04-07 15:32:3756}
57
58.report-section-title {
Mathias Bynenscdae9e02019-12-09 14:21:1859 flex: auto;
60 text-overflow: ellipsis;
61 overflow: hidden;
62 font-weight: bold;
Wolfgang Beyer2d5e65a2020-11-27 13:12:2463 color: var(--color-text-secondary);
Blink Reformat4c46d092018-04-07 15:32:3764}
65
66.report-field {
Mathias Bynenscdae9e02019-12-09 14:21:1867 margin-top: 8px;
68 display: flex;
69 line-height: 28px;
Blink Reformat4c46d092018-04-07 15:32:3770}
71
72.report-row {
Mathias Bynenscdae9e02019-12-09 14:21:1873 margin: 10px 0 2px 18px;
Blink Reformat4c46d092018-04-07 15:32:3774}
75
76.report-field-name {
Wolfgang Beyer2d5e65a2020-11-27 13:12:2477 color: var(--color-text-disabled);
Mathias Bynenscdae9e02019-12-09 14:21:1878 flex: 0 0 128px;
79 text-align: right;
80 padding: 0 6px;
81 white-space: pre;
Blink Reformat4c46d092018-04-07 15:32:3782}
83
84.report-field-value {
Mathias Bynenscdae9e02019-12-09 14:21:1885 flex: auto;
86 padding: 0 6px;
87 white-space: pre;
Blink Reformat4c46d092018-04-07 15:32:3788}
89
Jan Scheffler227ae822019-12-02 12:45:4290.report-field-value-is-flexed {
Mathias Bynenscdae9e02019-12-09 14:21:1891 display: flex;
Jan Scheffler227ae822019-12-02 12:45:4292}
93
Blink Reformat4c46d092018-04-07 15:32:3794.report-field-value-subtitle {
Wolfgang Beyer2d5e65a2020-11-27 13:12:2495 color: var(--color-text-disabled);
Mathias Bynenscdae9e02019-12-09 14:21:1896 line-height: 14px;
Blink Reformat4c46d092018-04-07 15:32:3797}
Joey Arhar53f63452019-05-25 01:00:1398
99.report-row-selectable {
Mathias Bynenscdae9e02019-12-09 14:21:18100 user-select: text;
101}
102
Mathias Bynensb0c1f4b2020-05-15 14:34:41103.image-wrapper,
104.image-wrapper img {
Mathias Bynenscdae9e02019-12-09 14:21:18105 max-width: 200px;
106 max-height: 200px;
107 display: block;
108}
109
Mathias Bynens32fab622019-12-11 09:57:48110.image-wrapper {
111 height: fit-content;
112 margin-right: 8px;
113}
114
Mathias Bynenscdae9e02019-12-09 14:21:18115.show-mask img {
116 /* The safe zone is a centrally positioned circle, with radius 2/5
117 * (40%) of the minimum of the icon's width and height.
118 * https://w3c.github.io/manifest/#icon-masks */
119 clip-path: circle(40% at 50% 50%);
120}
121
122.show-mask .image-wrapper {
123 background: url(Images/checker.png);
Joey Arhar53f63452019-05-25 01:00:13124}