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

Side by Side Diff: webkit/glue/devtools/js/devtools.css

Issue 173339: DevTools: make "Take snapshot" button in heap profiler visible. (Closed)
Patch Set: Created 11 years, 3 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 | « no previous file | webkit/glue/devtools/js/heap_profiler_panel.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 #scripts-files option.injected { 1 #scripts-files option.injected {
2 color: rgb(70, 134, 240); 2 color: rgb(70, 134, 240);
3 } 3 }
4 4
5 .data-grid table { 5 .data-grid table {
6 line-height: 120%; 6 line-height: 120%;
7 } 7 }
8 8
9 body.attached #toolbar { 9 body.attached #toolbar {
10 height: 34px; 10 height: 34px;
(...skipping 22 matching lines...) Expand all
33 #heap-snapshot-status-bar-items { 33 #heap-snapshot-status-bar-items {
34 position: absolute; 34 position: absolute;
35 top: 0; 35 top: 0;
36 bottom: 0; 36 bottom: 0;
37 left: 200px; 37 left: 200px;
38 overflow: hidden; 38 overflow: hidden;
39 border-left: 1px solid rgb(184, 184, 184); 39 border-left: 1px solid rgb(184, 184, 184);
40 margin-left: -1px; 40 margin-left: -1px;
41 } 41 }
42 42
43 .heap-snapshot-status-bar-item { 43 .heap-snapshot-status-bar-item .glyph {
44 background-image: url(Images/focusButtons.png) !important; 44 -webkit-mask-image: url(Images/focusButtonGlyph.png);
45 }
46
47 .heap-snapshot-status-bar-item:active {
48 background-position: 32px 0;
49 } 45 }
50 46
51 .heap-snapshot-sidebar-tree-item .icon { 47 .heap-snapshot-sidebar-tree-item .icon {
52 content: url(Images/profileIcon.png); 48 content: url(Images/profileIcon.png);
53 } 49 }
54 50
55 .heap-snapshot-sidebar-tree-item.small .icon { 51 .heap-snapshot-sidebar-tree-item.small .icon {
56 content: url(Images/profileSmallIcon.png); 52 content: url(Images/profileSmallIcon.png);
57 } 53 }
58 54
(...skipping 13 matching lines...) Expand all
72 68
73 .heap-snapshot-view .data-grid { 69 .heap-snapshot-view .data-grid {
74 border: none; 70 border: none;
75 max-height: 100%; 71 max-height: 100%;
76 position: absolute; 72 position: absolute;
77 left: 0; 73 left: 0;
78 right: 0; 74 right: 0;
79 top: 93px; 75 top: 93px;
80 bottom: 0; 76 bottom: 0;
81 } 77 }
OLDNEW
« no previous file with comments | « no previous file | webkit/glue/devtools/js/heap_profiler_panel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698