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

Side by Side Diff: resources/inspector/devtools.css

Issue 853002: Updating the Chromium reference build for Windows. The continuous... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/reference_builds/chrome/
Patch Set: Added the symbol files back. Created 10 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 | Annotate | Revision Log
« no previous file with comments | « resources/inspector/debugger_agent.js ('k') | resources/inspector/devtools.html » ('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;
11 border-top: 1px solid rgb(100, 100, 100); 11 border-top: 1px solid rgb(100, 100, 100);
12 cursor: default; /* overriden */ 12 cursor: default; /* overriden */
13 padding-left: 0; 13 padding-left: 0;
14 } 14 }
15 15
16 /* Chrome theme overrides */
16 17
17 /* Chrome theme overrides */
18 body.platform-windows #toolbar { 18 body.platform-windows #toolbar {
19 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(2 42, 247, 253)), to(rgb(223, 234, 248))); 19 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(2 42, 247, 253)), to(rgb(223, 234, 248)));
20 } 20 }
21 21
22 body.platform-windows.inactive #toolbar { 22 body.platform-windows.inactive #toolbar {
23 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(2 48, 248, 248)), to(rgb(237, 237, 237))); 23 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(2 48, 248, 248)), to(rgb(237, 237, 237)));
24 } 24 }
25 25
26 body.detached.platform-mac-leopard #toolbar {
27 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(1 75, 175, 175)), to(rgb(151, 151, 151))) !important;
28 }
29
30 body.detached.platform-mac-leopard.inactive #toolbar {
31 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(2 21, 221, 221)), to(rgb(207, 207, 207))) !important;
32 }
33
34 body.detached.platform-mac-snowleopard #toolbar {
35 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(1 89, 189, 189)), to(rgb(151, 151, 151))) !important;
36 }
37
38 body.detached.platform-mac-snowleopard.inactive #toolbar {
39 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(2 15, 215, 215)), to(rgb(207, 207, 207))) !important;
40 }
26 41
27 /* Heap Profiler Styles */ 42 /* Heap Profiler Styles */
28 43
29 .heap-snapshot-status-bar-item .glyph { 44 .heap-snapshot-status-bar-item .glyph {
30 -webkit-mask-image: url(Images/focusButtonGlyph.png); 45 -webkit-mask-image: url(Images/focusButtonGlyph.png);
31 } 46 }
32 47
33 .heap-snapshot-sidebar-tree-item .icon { 48 .heap-snapshot-sidebar-tree-item .icon {
34 content: url(Images/profileIcon.png); 49 content: url(Images/profileIcon.png);
35 } 50 }
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 } 102 }
88 103
89 .heap-snapshot-view .data-grid th.sizeDelta-column { 104 .heap-snapshot-view .data-grid th.sizeDelta-column {
90 text-align: center; 105 text-align: center;
91 } 106 }
92 107
93 .heap-snapshot-view .data-grid td.sizeDelta-column { 108 .heap-snapshot-view .data-grid td.sizeDelta-column {
94 text-align: right; 109 text-align: right;
95 } 110 }
96 111
97 #heap-snapshot-summary { 112 #heap-snapshot-summary-container {
98 position: absolute; 113 position: absolute;
99 padding-top: 20px; 114 padding-top: 20px;
100 bottom: 0; 115 bottom: 0;
101 left: 0; 116 left: 0;
102 right: 0; 117 right: 0;
103 height: 93px; 118 height: 93px;
104 margin-left: -1px; 119 margin-left: -1px;
105 border-left: 1px solid rgb(102, 102, 102); 120 border-left: 1px solid rgb(102, 102, 102);
106 background-color: rgb(101, 111, 130); 121 background-color: rgb(101, 111, 130);
107 background-image: -webkit-gradient(linear, left top, left bottom, from(rgba( 0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); 122 background-image: -webkit-gradient(linear, left top, left bottom, from(rgba( 0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
108 background-repeat: repeat-x; 123 background-repeat: repeat-x;
109 background-position: top; 124 background-position: top;
110 text-align: center; 125 text-align: center;
111 text-shadow: black 0 1px 1px; 126 text-shadow: black 0 1px 1px;
112 white-space: nowrap; 127 white-space: nowrap;
113 color: white; 128 color: white;
114 -webkit-background-size: 1px 6px; 129 -webkit-background-size: 1px 6px;
115 -webkit-background-origin: padding; 130 -webkit-background-origin: padding;
116 -webkit-background-clip: padding; 131 -webkit-background-clip: padding;
117 } 132 }
118 133
134 .heap-snapshot-summary {
135 display: inline-block;
136 width: 50%;
137 min-width: 300px;
138 position: relative;
139 }
140
141 .heap-snapshot-summary canvas.summary-graph {
142 width: 225px;
143 }
144
145 .heap-snapshot-summary-label {
146 font-size: 12px;
147 font-weight: bold;
148 position: absolute;
149 top: 1px;
150 width: 50%;
151 left: 25%;
152 }
153
119 body.platform-windows .section > .header { 154 body.platform-windows .section > .header {
120 border: 1px solid rgb(92, 116, 157); 155 border: 1px solid rgb(92, 116, 157);
121 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(1 05, 133, 180)), to(rgb(92, 116, 157))); 156 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(1 05, 133, 180)), to(rgb(92, 116, 157)));
122 } 157 }
123 158
124 body.platform-windows .console-group-messages .section > .header { 159 body.platform-windows .console-group-messages .section > .header {
125 padding: 0 8px 0 0; 160 padding: 0 8px 0 0;
126 background-image: none; 161 background-image: none;
127 border: none; 162 border: none;
128 min-height: 0; 163 min-height: 0;
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0); 229 -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
195 } 230 }
196 231
197 .scope-bar li:active { 232 .scope-bar li:active {
198 -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0); 233 -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
199 } 234 }
200 235
201 .timeline-category-tree-item input { 236 .timeline-category-tree-item input {
202 vertical-align: middle; 237 vertical-align: middle;
203 } 238 }
OLDNEW
« no previous file with comments | « resources/inspector/debugger_agent.js ('k') | resources/inspector/devtools.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698