summaryrefslogtreecommitdiff
path: root/Source/WebCore/inspector/front-end/timelinePanel.css
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/inspector/front-end/timelinePanel.css')
-rw-r--r--Source/WebCore/inspector/front-end/timelinePanel.css27
1 files changed, 22 insertions, 5 deletions
diff --git a/Source/WebCore/inspector/front-end/timelinePanel.css b/Source/WebCore/inspector/front-end/timelinePanel.css
index 70965bef2..ed80781a9 100644
--- a/Source/WebCore/inspector/front-end/timelinePanel.css
+++ b/Source/WebCore/inspector/front-end/timelinePanel.css
@@ -595,11 +595,6 @@
border-color: transparent;
}
-.timeline.timeline-frame-overview .resources-divider {
- height: 19px;
- bottom: auto;
-}
-
.timeline .resources-event-divider.timeline-frame-divider {
background-color: rgba(180, 180, 180, 0.8);
border-style: none;
@@ -638,3 +633,25 @@
bottom: 0;
pointer-events: none;
}
+
+.timeline-cpu-bars {
+ position: absolute;
+ top: 19px;
+ height: 18px;
+ z-index: 350;
+ width: 100%;
+ overflow: hidden;
+}
+
+.timeline-cpu-bars-label {
+ font-weight: bold;
+ font-family: monospace;
+ font-size: 9px;
+ line-height: 7px;
+ position: absolute;
+ top: 5px;
+ left: 4px;
+ color: rgb(51, 51, 51);
+ background-color: rgba(255, 255, 255, 0.75);
+ z-index: 350;
+}