summaryrefslogtreecommitdiffstats
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.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/Source/WebCore/inspector/front-end/heapProfiler.css b/Source/WebCore/inspector/front-end/heapProfiler.css
index add02a1..ceeafca 100644
--- a/Source/WebCore/inspector/front-end/heapProfiler.css
+++ b/Source/WebCore/inspector/front-end/heapProfiler.css
@@ -207,6 +207,18 @@
position: static;
}
+.detailed-heapshot-view .console-formatted-string {
+ white-space: nowrap;
+}
+
+.detailed-heapshot-view .data-grid tr.selected * {
+ color: inherit;
+}
+
+.detailed-heapshot-view .data-grid:focus tr.selected * {
+ color: white;
+}
+
.detailed-heapshot-view .delimiter {
height: 24px;
background-color: #d6dde5;
@@ -228,8 +240,15 @@
}
.detailed-heapshot-view .retaining-paths-view .title > span {
+ display: inline-block;
+ padding-top: 3px;
vertical-align: middle;
margin-left: 4px;
+ margin-right: 8px;
+}
+
+.detailed-heapshot-view .retaining-paths-to-windows {
+
}
.heapshot-help-status-bar-item .glyph {