summaryrefslogtreecommitdiff
path: root/Source/WebCore/inspector/front-end/heapProfiler.css
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/inspector/front-end/heapProfiler.css')
-rw-r--r--Source/WebCore/inspector/front-end/heapProfiler.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/Source/WebCore/inspector/front-end/heapProfiler.css b/Source/WebCore/inspector/front-end/heapProfiler.css
index 10e2022ed..7f20296c1 100644
--- a/Source/WebCore/inspector/front-end/heapProfiler.css
+++ b/Source/WebCore/inspector/front-end/heapProfiler.css
@@ -115,6 +115,16 @@ body.inactive .heap-snapshot-sidebar-tree-item.wait.selected .icon {
text-align: right;
}
+.detailed-heapshot-view .data-grid td.distanceToWindow-column {
+ text-align: right;
+}
+
+.detailed-heapshot-view .data-grid span.percent-column {
+ color: grey;
+ width: 42px;
+ float: left;
+}
+
.detailed-heapshot-view .console-formatted-object, .console-formatted-node {
display: inline;
position: static;
@@ -128,6 +138,10 @@ body.inactive .heap-snapshot-sidebar-tree-item.wait.selected .icon {
white-space: nowrap;
}
+.detailed-heapshot-view .console-formatted-id {
+ color: grey;
+}
+
.detailed-heapshot-view .data-grid tr.selected * {
color: inherit;
}
@@ -202,6 +216,10 @@ body.inactive .heap-snapshot-sidebar-tree-item.wait.selected .icon {
background-color: rgb(255, 255, 200);
}
+.detailed-heapshot-view td.object-column span.grayed {
+ color: gray;
+}
+
.heapshot-help-status-bar-item .glyph {
-webkit-mask-position: -160px 0;
}
@@ -214,3 +232,8 @@ div.retaining-paths-view td.path-column div:hover {
text-decoration: underline;
color: blue;
}
+
+.cycled-ancessor-node {
+ opacity: 0.6;
+}
+