Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1208)

Unified Diff: Source/devtools/front_end/timeline/timelinePanel.css

Issue 934303002: Timeline: add labels around status bar controls (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: use ::shadow instead of /deep/ Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/devtools/front_end/timeline/TimelinePanel.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..41f444194bb150a678da200dbe01b0b54aacff30 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;
}
+
+.timeline.panel .status-bar::shadow .timeline-status-bar-group-label {
+ margin-left: 12px;
+ margin-right: 6px;
+ color: #888;
+}
« no previous file with comments | « Source/devtools/front_end/timeline/TimelinePanel.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698