OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |