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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/timeline/timelineFlamechartPopover.css

Issue 2506903004: DevTools: Fix timeline flamechart popover style. (Closed)
Patch Set: Created 4 years, 1 month 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 unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/ui_lazy/flameChart.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (c) 2015 The Chromium Authors. All rights reserved. 2 * Copyright (c) 2015 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be 3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file. 4 * found in the LICENSE file.
5 */ 5 */
6 6
7 .timeline-flamechart-popover {
8 overflow: hidden;
9 }
10
7 .timeline-flamechart-popover span { 11 .timeline-flamechart-popover span {
8 margin-right: 5px; 12 margin-right: 5px;
9 } 13 }
10 14
11 .timeline-flamechart-popover span.timeline-info-network-time { 15 .timeline-flamechart-popover span.timeline-info-network-time {
12 color: #009; 16 color: #009;
13 } 17 }
14 18
15 .timeline-flamechart-popover span.timeline-info-time { 19 .timeline-flamechart-popover span.timeline-info-time {
16 color: #282; 20 color: #282;
17 } 21 }
18 22
19 .timeline-flamechart-popover span.timeline-info-warning { 23 .timeline-flamechart-popover span.timeline-info-warning {
20 color: #e44; 24 color: #e44;
21 } 25 }
22 26
23 .timeline-flamechart-popover span.timeline-info-warning * { 27 .timeline-flamechart-popover span.timeline-info-warning * {
24 color: inherit; 28 color: inherit;
25 } 29 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/ui_lazy/flameChart.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698