Index: Source/devtools/front_end/timeline/timelinePanel.css |
diff --git a/Source/devtools/front_end/timeline/timelinePanel.css b/Source/devtools/front_end/timeline/timelinePanel.css |
index 23fb10ef82db69b2369ec698de4d5a5879958a4c..0ed94f6e39956b44a0484ff7caa8d4f2f907a6b0 100644 |
--- a/Source/devtools/front_end/timeline/timelinePanel.css |
+++ b/Source/devtools/front_end/timeline/timelinePanel.css |
@@ -879,3 +879,9 @@ |
.invalidations-group > .content > .node-list { |
border-left: 1px solid #e1e1e1; |
} |
+ |
+.status-bar /deep/ .timeline-status-bar-group-label { |
pfeldman
2015/02/19 20:10:55
/deep/ is pretty much always a bad idea. you want
|
+ margin-left: 12px; |
+ margin-right: 6px; |
+ color: #888; |
+} |