summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/inspector/front-end/inspector.css
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/inspector/front-end/inspector.css')
-rw-r--r--Source/WebCore/inspector/front-end/inspector.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/Source/WebCore/inspector/front-end/inspector.css b/Source/WebCore/inspector/front-end/inspector.css
index a7bd3b3..0311f22 100644
--- a/Source/WebCore/inspector/front-end/inspector.css
+++ b/Source/WebCore/inspector/front-end/inspector.css
@@ -872,6 +872,7 @@ body.platform-linux .monospace, body.platform-linux .source-code {
.console-formatted-string, .console-formatted-regexp {
color: rgb(196, 26, 22);
+ white-space: pre-wrap;
}
.console-formatted-null, .console-formatted-undefined {
@@ -1022,6 +1023,14 @@ body.platform-linux .monospace, body.platform-linux .source-code {
bottom: 0;
}
+#elements-content.nowrap {
+ white-space: nowrap;
+}
+
+#elements-content > ol {
+ display: inline-block;
+}
+
#elements-sidebar {
position: absolute;
top: 0;
@@ -3926,6 +3935,10 @@ body.inactive li.selected .bubble.search-matches {
background-color: rgb(66, 129, 235) !important;
}
+.garbage-collect-status-bar-item .glyph {
+ -webkit-mask-image: url(Images/garbageCollectButtonGlyph.png);
+}
+
.timeline-records-counter, .storage-application-cache-status, .storage-application-cache-connectivity {
font-size: 11px;
text-shadow: white 0 1px 0;
@@ -4442,3 +4455,7 @@ a.worker-item:hover {
font-weight: bold;
z-index: 10000;
}
+
+.resource-view.json {
+ padding: 5px;
+}