/* Text inside a selected item should not be custom colored. */
color: inherit !important;
}
+
+/* Profile call tree */
+
+.call-tree-headers-container {
+ border-top: 1px solid var(--theme-splitter-color);
+}
+
+.call-tree-cells-container {
+ /* Hack: force hardware acceleration */
+ transform: translateZ(1px);
+ overflow: auto;
+}
+
+.call-tree-cells-container[categories-hidden] .call-tree-category {
+ display: none;
+}
+
+.call-tree-header[type="duration"],
+.call-tree-cell[type="duration"],
+.call-tree-header[type="self-duration"],
+.call-tree-cell[type="self-duration"] {
+ width: 9em;
+}
+
+.call-tree-header[type="percentage"],
+.call-tree-cell[type="percentage"],
+.call-tree-header[type="self-percentage"],
+.call-tree-cell[type="self-percentage"] {
+ width: 6em;
+}
+
+.call-tree-header[type="samples"],
+.call-tree-cell[type="samples"] {
+ width: 5em;
+}
+
+.call-tree-header[type="function"],
+.call-tree-cell[type="function"] {
+ -moz-box-flex: 1;
+}
+
+.call-tree-header,
+.call-tree-cell {
+ -moz-box-align: center;
+ overflow: hidden;
+ padding: 1px 4px;
+}
+
+.call-tree-header:not(:last-child),
+.call-tree-cell:not(:last-child) {
+ -moz-border-end: 1px solid;
+}
+
+.call-tree-header,
+.call-tree-cell {
+ -moz-border-end-color: var(--theme-splitter-color);
+ color: var(--theme-body-color);
+}
+
+.call-tree-header:not(:last-child) {
+ text-align: center;
+}
+
+.call-tree-cell:not(:last-child) {
+ text-align: end;
+}
+
+.call-tree-header {
+ background-color: var(--theme-toolbar-background);
+}
+
+.call-tree-item:last-child:not(:focus) {
+ border-bottom: 1px solid var(--theme-splitter-color);
+}
+
+.call-tree-item:nth-child(2n) {
+ background-color: var(--theme-contrast-background);
+}
+
+.call-tree-item:hover {
+ background-color: var(--theme-hover-background);
+ color: var(--theme-hover-color);
+}
+
+.call-tree-item:focus {
+ background-color: var(--theme-selection-background);
+}
+
+.call-tree-item:focus label {
+ color: var(--theme-selection-color);
+}
+
+.call-tree-item:focus .call-tree-cell {
+ -moz-border-end-color: var(--theme-splitter-color);
+}
+
+.call-tree-item:not([origin="content"]) .call-tree-name,
+.call-tree-item:not([origin="content"]) .call-tree-url,
+call-tree-item:not([origin="content"]) .call-tree-line {
+ /* Style chrome and non-JS nodes differently. */
+ opacity: 0.6;
+}
+
+.call-tree-url {
+ -moz-margin-start: 4px !important;
+ cursor: pointer;
+}
+
+.call-tree-url:hover {
+ text-decoration: underline;
+}
+
+.call-tree-url {
+ color: var(--theme-text-blue);
+}
+
+.call-tree-line {
+ color: var(--theme-contrast-border);
+}
+
+.call-tree-host {
+ -moz-margin-start: 8px !important;
+ font-size: 90%;
+}
+
+.call-tree-host {
+ color: ver(--theme-body-color);
+}
+
+.call-tree-url[value=""],
+.call-tree-line[value=""],
+.call-tree-host[value=""] {
+ display: none;
+}
+
+.call-tree-zoom {
+ -moz-appearance: none;
+ background-color: transparent;
+ background-position: center;
+ background-repeat: no-repeat;
+ background-size: 11px;
+ min-width: 11px;
+ -moz-margin-start: 8px !important;
+ cursor: zoom-in;
+ opacity: 0;
+}
+
+.call-tree-zoom {
+ background-image: url(magnifying-glass.png);
+}
+
+@media (min-resolution: 2dppx) {
+ .call-tree-zoom {
+ background-image: url(magnifying-glass@2x.png);
+ }
+}
+
+.call-tree-item:hover .call-tree-zoom {
+ transition: opacity 0.3s ease-in;
+ opacity: 1;
+}
+
+.call-tree-item:hover .call-tree-zoom:hover {
+ opacity: 0;
+}
+
+.call-tree-category {
+ transform: scale(0.75);
+ transform-origin: center right;
+}
pointer-events: none;
}
-.theme-dark .waterfall-marker-container:not([is-spacer]):nth-child(2n) {
- background-color: rgba(255,255,255,0.03);
+.waterfall-marker-container:not([is-spacer]):nth-child(2n) {
+ background-color: var(--theme-contrast-background);
}
-.theme-light .waterfall-marker-container:not([is-spacer]):nth-child(2n) {
- background-color: rgba(128,128,128,0.03);
-}
-
-.theme-dark .waterfall-marker-container:hover {
- background-color: rgba(255,255,255,0.1) !important;
-}
-
-.theme-light .waterfall-marker-container:hover {
- background-color: rgba(128,128,128,0.1) !important;
+.waterfall-marker-container:hover {
+ background-color: var(--theme-hover-background) !important;
+ color: var(--theme-hover-color) !important;
}
.waterfall-marker-item {
.waterfall-marker-container.selected .waterfall-marker-bullet,
.waterfall-marker-container.selected .waterfall-marker-bar {
- border-color: initial!important;
+ border-color: initial !important;
}
#timeline-waterfall-details {
}
.table-chart-totals {
- border-top: 1px solid #A09090; /* Grey foreground text */
+ border-top: 1px solid var(--theme-body-color-alt); /* Grey foreground text */
}
.table-chart-summary-label {
}
.table-chart-summary-label {
- color: #A09090; /* Light foreground text */
+ color: var(--theme-content-color2);
}
/* Table Widget */
.table-widget-body {
overflow: auto;
-}
-.table-widget-body {
- background: #000000; /* Background-Sidebar */
+ background: var(--theme-sidebar-background);
}
.table-widget-body:-moz-locale-dir(ltr) {
.table-widget-cell {
border-top: 1px solid #A09090;
border-bottom: 1px solid #A09090;
- color: #FF9F00; /* Light foreground text */
+ color: var(--theme-body-color);
}
.theme-dark:not(.filtering) .table-widget-cell:nth-child(odd):not(.theme-selected),
@keyframes flash-out {
to {
- background: #795900;
+ background: var(--theme-contrast-background2);
}
}