1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
9 #inspector-searchlabel {
13 #inspector-breadcrumbs-toolbar {
15 border-bottom-width: 0px;
16 border-top-width: 1px;
19 /* Expand/collapse panel toolbar button */
21 #inspector-pane-toggle {
22 list-style-image: var(--theme-pane-collapse-image);
25 #inspector-pane-toggle[pane-collapsed] {
26 list-style-image: var(--theme-pane-expand-image);
29 @media (max-width: 700px) {
30 #inspector-pane-toggle > .toolbarbutton-icon {
31 transform: rotate(90deg);
35 /* Add element toolbar button */
37 #inspector-element-add-button {
38 list-style-image: url("chrome://devtools/skin/images/add.svg");
43 #devtools-tooltip-events-container {
44 margin: -4px; /* Compensate for the .panel-arrowcontent padding. */
55 .event-header:first-child {
59 .event-header:not(:first-child) {
60 border-width: 1px 0 0 0;
63 .event-tooltip-event-type,
64 .event-tooltip-filename,
65 .event-tooltip-attributes {
66 margin-inline-start: 0;
71 .event-tooltip-event-type {
76 .event-tooltip-filename {
82 .event-tooltip-debugger-icon {
85 margin-inline-end: 4px;
90 .event-tooltip-debugger-icon:hover {
94 .event-tooltip-content-box {
99 border: 1px solid var(--theme-splitter-color);
100 border-width: 1px 0 0 0;
103 .event-toolbox-content-box iframe {
107 .event-tooltip-content-box[open] {
111 .event-tooltip-source-container {
114 margin-inline-start: 5px;
115 margin-inline-end: 0;
118 .event-tooltip-source {
122 .event-tooltip-attributes-container {
126 justify-content: flex-end;
129 .event-tooltip-attributes-box {
135 margin-inline-start: 5px;
136 background-color: var(--theme-body-color-alt);
137 color: var(--theme-toolbar-background);
140 .event-tooltip-attributes {