Index: Source/devtools/front_end/timelinePanel.css |
diff --git a/Source/devtools/front_end/timelinePanel.css b/Source/devtools/front_end/timelinePanel.css |
index 3322d86c2ae2420234b8e2daf6298021304354f2..83091041ac85f6e1dda11eadbc2b9e365511d373 100644 |
--- a/Source/devtools/front_end/timelinePanel.css |
+++ b/Source/devtools/front_end/timelinePanel.css |
@@ -539,7 +539,6 @@ |
opacity: 0.8; |
color: black; |
text-align: center; |
- padding-top: 3px; |
z-index: 220; |
pointer-events: auto; |
} |
@@ -547,6 +546,12 @@ |
.timeline-frame-strip { |
position: absolute; |
height: 19px; |
+ padding-top: 3px; |
+} |
+ |
+.timeline-frame-strip.selected { |
+ background-color: rgb(56, 121, 217); |
+ color: white; |
} |
#timeline-grid-header { |