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

Side by Side Diff: tools/profview/profview.css

Issue 2730293002: [profiler] This adds function butterflies to the function list. (Closed)
Patch Set: Formatting Created 3 years, 9 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 unified diff | Download patch
« no previous file with comments | « tools/profview/profile-utils.js ('k') | tools/profview/profview.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 table.calltree { 1 table.calltree {
2 width : 100%; 2 width : 100%;
3 } 3 }
4 4
5 .numeric { 5 .numeric {
6 width : 12ex; 6 width : 12ex;
7 } 7 }
8 8
9 .numeric-hidden {
10 display : none;
11 }
12
9 body { 13 body {
10 font-family: 'Roboto', sans-serif; 14 font-family: 'Roboto', sans-serif;
11 } 15 }
12 16
13 div.code-type-chip { 17 div.code-type-chip {
14 display : inline-block; 18 display : inline-block;
15 padding : 0.0em; 19 padding : 0.0em;
16 } 20 }
17 21
18 span.code-type-chip { 22 span.code-type-chip {
(...skipping 25 matching lines...) Expand all
44 } 48 }
45 49
46 div.active-mode-button { 50 div.active-mode-button {
47 background-color: #0000ff; 51 background-color: #0000ff;
48 box-shadow: 3px 3px 2px #a0a0ff; 52 box-shadow: 3px 3px 2px #a0a0ff;
49 } 53 }
50 54
51 div.active-mode-button:hover { 55 div.active-mode-button:hover {
52 background-color: #0000ff; 56 background-color: #0000ff;
53 } 57 }
OLDNEW
« no previous file with comments | « tools/profview/profile-utils.js ('k') | tools/profview/profview.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698