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

Side by Side Diff: chrome/tools/test/reference_build/chrome_linux/resources/inspector/devTools.css

Issue 877003: Updating the Chromium reference build on Linux. The continuous build... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: 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
Property Changes:
Name: svn:executable
+ *
OLDNEW
(Empty)
1 #scripts-files option.injected {
2 color: rgb(70, 134, 240);
3 }
4
5 .data-grid table {
6 line-height: 120%;
7 }
8
9 body.attached #toolbar {
10 height: 34px;
11 border-top: 1px solid rgb(100, 100, 100);
12 cursor: default; /* overriden */
13 padding-left: 0;
14 }
15
16 /* Chrome theme overrides */
17
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)));
20 }
21
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)));
24 }
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 }
41
42 /* Heap Profiler Styles */
43
44 .heap-snapshot-status-bar-item .glyph {
45 -webkit-mask-image: url(Images/focusButtonGlyph.png);
46 }
47
48 .heap-snapshot-sidebar-tree-item .icon {
49 content: url(Images/profileIcon.png);
50 }
51
52 .heap-snapshot-sidebar-tree-item.small .icon {
53 content: url(Images/profileSmallIcon.png);
54 }
55
56 .heap-snapshot-view {
57 display: none;
58 overflow: hidden;
59 position: absolute;
60 top: 0;
61 left: 0;
62 right: 0;
63 bottom: 0;
64 }
65
66 .heap-snapshot-view.visible {
67 display: block;
68 }
69
70 .heap-snapshot-view .data-grid {
71 border: none;
72 max-height: 100%;
73 position: absolute;
74 left: 0;
75 right: 0;
76 top: 0;
77 bottom: 93px;
78 }
79
80 .heap-snapshot-view .data-grid th.count-column {
81 text-align: center;
82 }
83
84 .heap-snapshot-view .data-grid td.count-column {
85 text-align: right;
86 }
87
88 .heap-snapshot-view .data-grid th.size-column {
89 text-align: center;
90 }
91
92 .heap-snapshot-view .data-grid td.size-column {
93 text-align: right;
94 }
95
96 .heap-snapshot-view .data-grid th.countDelta-column {
97 text-align: center;
98 }
99
100 .heap-snapshot-view .data-grid td.countDelta-column {
101 text-align: right;
102 }
103
104 .heap-snapshot-view .data-grid th.sizeDelta-column {
105 text-align: center;
106 }
107
108 .heap-snapshot-view .data-grid td.sizeDelta-column {
109 text-align: right;
110 }
111
112 #heap-snapshot-summary-container {
113 position: absolute;
114 padding-top: 20px;
115 bottom: 0;
116 left: 0;
117 right: 0;
118 height: 93px;
119 margin-left: -1px;
120 border-left: 1px solid rgb(102, 102, 102);
121 background-color: rgb(101, 111, 130);
122 background-image: -webkit-gradient(linear, left top, left bottom, from(rgba( 0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
123 background-repeat: repeat-x;
124 background-position: top;
125 text-align: center;
126 text-shadow: black 0 1px 1px;
127 white-space: nowrap;
128 color: white;
129 -webkit-background-size: 1px 6px;
130 -webkit-background-origin: padding;
131 -webkit-background-clip: padding;
132 }
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
154 body.platform-windows .section > .header {
155 border: 1px solid 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)));
157 }
158
159 body.platform-windows .console-group-messages .section > .header {
160 padding: 0 8px 0 0;
161 background-image: none;
162 border: none;
163 min-height: 0;
164 }
165
166 body.platform-windows #resources-filter {
167 background: -webkit-gradient(linear, left top, left bottom, from(rgb(233, 23 3, 233)), to(rgb(233, 233, 233)));
168 }
169
170 body.platform-windows .crumbs .crumb {
171 -webkit-border-image: url(Images/segmentChromium.png) 0 12 0 2;
172 }
173
174 body.platform-windows .crumbs .crumb.end {
175 -webkit-border-image: url(Images/segmentEndChromium.png) 0 2 0 2;
176 }
177
178 body.platform-windows .crumbs .crumb.selected {
179 -webkit-border-image: url(Images/segmentSelectedChromium.png) 0 12 0 2;
180 color: white;
181 text-shadow: rgba(255, 255, 255, 0.5) 0 0px 0;
182 }
183
184 body.platform-windows .crumbs .crumb.selected:hover {
185 -webkit-border-image: url(Images/segmentSelectedChromium.png) 0 12 0 2;
186 }
187
188 body.platform-windows .crumbs .crumb.selected.end, .crumbs .crumb.selected.end:h over {
189 -webkit-border-image: url(Images/segmentSelectedEndChromium.png) 0 2 0 2;
190 }
191
192 body.platform-windows .crumbs .crumb:hover {
193 -webkit-border-image: url(Images/segmentHoverChromium.png) 0 12 0 2;
194 }
195
196 body.platform-windows .crumbs .crumb.dimmed:hover {
197 -webkit-border-image: url(Images/segmentHoverChromium.png) 0 12 0 2;
198 }
199
200 body.platform-windows .crumbs .crumb.end:hover {
201 -webkit-border-image: url(Images/segmentHoverEndChromium.png) 0 2 0 2;
202 }
203
204 body.platform-windows body.drawer-visible #main-status-bar {
205 background-image: url(Images/statusbarResizerVertical.png), url(Images/statu sbarBackgroundChromium.png);
206 }
207
208 body.platform-windows .status-bar {
209 background-image: url(Images/statusbarBackgroundChromium.png);
210 }
211
212 body.platform-windows button.status-bar-item {
213 background-image: url(Images/statusbarButtonsChromium.png);
214 }
215
216 body.platform-windows select.status-bar-item:active {
217 -webkit-border-image: url(Images/statusbarMenuButtonSelectedChromium.png) 0 17 0 2;
218 }
219
220 body.platform-windows #drawer {
221 background-image: url(Images/statusbarBottomBackgroundChromium.png);
222 }
223
224 body.platform-windows select.status-bar-item {
225 -webkit-border-image: url(Images/statusbarMenuButtonChromium.png) 0 17 0 2;
226 }
227
228 .scope-bar li.selected {
229 -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
230 }
231
232 .scope-bar li:active {
233 -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
234 }
235
236 .timeline-category-tree-item input {
237 vertical-align: middle;
238 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698