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

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

Issue 2824040: Updating the Chrome reference build to revision 51178. This revision will cur... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/reference_builds/chrome/
Patch Set: Created 10 years, 5 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/audits.css ('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 {
2 color: rgb(70, 134, 240);
3 }
4
5 .data-grid table { 1 .data-grid table {
6 line-height: 120%; 2 line-height: 120%;
7 } 3 }
8 4
9 body.attached #toolbar { 5 body.attached #toolbar {
10 height: 34px; 6 height: 34px;
11 border-top: 1px solid rgb(100, 100, 100); 7 border-top: 1px solid rgb(100, 100, 100);
12 cursor: default; /* overriden */ 8 cursor: default; /* overriden */
13 padding-left: 0; 9 padding-left: 0;
14 } 10 }
15 11
16 /* Chrome theme overrides */ 12 /* Chrome theme overrides */
17 13
18 body.platform-windows #toolbar { 14 body.platform-windows #toolbar, body.platform-windows.inactive #toolbar {
19 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(2 42, 247, 253)), to(rgb(223, 234, 248))); 15 background-image: none;
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 } 16 }
25 17
26 body.detached.platform-mac-leopard #toolbar { 18 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; 19 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(1 75, 175, 175)), to(rgb(151, 151, 151))) !important;
28 } 20 }
29 21
30 body.detached.platform-mac-leopard.inactive #toolbar { 22 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; 23 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(2 21, 221, 221)), to(rgb(207, 207, 207))) !important;
32 } 24 }
33 25
34 body.detached.platform-mac-snowleopard #toolbar { 26 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; 27 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(1 89, 189, 189)), to(rgb(151, 151, 151))) !important;
36 } 28 }
37 29
38 body.detached.platform-mac-snowleopard.inactive #toolbar { 30 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; 31 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(2 15, 215, 215)), to(rgb(207, 207, 207))) !important;
40 } 32 }
41 33
34 body.platform-linux #scripts-files {
35 font-size: 11px;
36 font-weight: normal;
37 line-height: 12px;
38 }
39
42 /* Heap Profiler Styles */ 40 /* Heap Profiler Styles */
43 41
44 .heap-snapshot-status-bar-item .glyph { 42 .heap-snapshot-status-bar-item .glyph {
45 -webkit-mask-image: url(Images/focusButtonGlyph.png); 43 -webkit-mask-image: url(Images/focusButtonGlyph.png);
46 } 44 }
47 45
48 .heap-snapshot-sidebar-tree-item .icon { 46 .heap-snapshot-sidebar-tree-item .icon {
49 content: url(Images/profileIcon.png); 47 content: url(Images/profileIcon.png);
50 } 48 }
51 49
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 142
145 .heap-snapshot-summary-label { 143 .heap-snapshot-summary-label {
146 font-size: 12px; 144 font-size: 12px;
147 font-weight: bold; 145 font-weight: bold;
148 position: absolute; 146 position: absolute;
149 top: 1px; 147 top: 1px;
150 width: 50%; 148 width: 50%;
151 left: 25%; 149 left: 25%;
152 } 150 }
153 151
154 body.platform-windows .section > .header { 152 .section > .header {
155 border: 1px solid rgb(92, 116, 157); 153 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))); 154 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(1 05, 133, 180)), to(rgb(92, 116, 157)));
157 } 155 }
158 156
159 body.platform-windows .console-group-messages .section > .header { 157 .console-group-messages .section > .header {
160 padding: 0 8px 0 0; 158 padding: 0 8px 0 0;
161 background-image: none; 159 background-image: none;
162 border: none; 160 border: none;
163 min-height: 0; 161 min-height: 0;
164 } 162 }
165 163
166 body.platform-windows #resources-filter { 164 #resources-filter {
167 background: -webkit-gradient(linear, left top, left bottom, from(rgb(233, 23 3, 233)), to(rgb(233, 233, 233))); 165 background: -webkit-gradient(linear, left top, left bottom, from(rgb(233, 23 3, 233)), to(rgb(233, 233, 233)));
168 } 166 }
169 167
170 body.platform-windows .crumbs .crumb { 168 .crumbs .crumb {
171 -webkit-border-image: url(Images/segmentChromium.png) 0 12 0 2; 169 -webkit-border-image: url(Images/segmentChromium.png) 0 12 0 2;
170 margin-right: -3px;
171 padding-left: 6px;
172 } 172 }
173 173
174 body.platform-windows .crumbs .crumb.end { 174 .crumbs .crumb.end {
175 -webkit-border-image: url(Images/segmentEndChromium.png) 0 2 0 2; 175 -webkit-border-image: url(Images/segmentEndChromium.png) 0 2 0 2;
176 } 176 }
177 177
178 body.platform-windows .crumbs .crumb.selected { 178 .crumbs .crumb.selected {
179 -webkit-border-image: url(Images/segmentSelectedChromium.png) 0 12 0 2; 179 -webkit-border-image: url(Images/segmentSelectedChromium.png) 0 12 0 2;
180 color: white; 180 color: white;
181 text-shadow: rgba(255, 255, 255, 0.5) 0 0px 0; 181 text-shadow: rgba(255, 255, 255, 0.5) 0 0px 0;
182 } 182 }
183 183
184 body.platform-windows .crumbs .crumb.selected:hover { 184 .crumbs .crumb.selected:hover {
185 -webkit-border-image: url(Images/segmentSelectedChromium.png) 0 12 0 2; 185 -webkit-border-image: url(Images/segmentSelectedChromium.png) 0 12 0 2;
186 } 186 }
187 187
188 body.platform-windows .crumbs .crumb.selected.end, .crumbs .crumb.selected.end:h over { 188 .crumbs .crumb.selected.end, .crumbs .crumb.selected.end:hover {
189 -webkit-border-image: url(Images/segmentSelectedEndChromium.png) 0 2 0 2; 189 -webkit-border-image: url(Images/segmentSelectedEndChromium.png) 0 2 0 2;
190 } 190 }
191 191
192 body.platform-windows .crumbs .crumb:hover { 192 .crumbs .crumb:hover {
193 -webkit-border-image: url(Images/segmentHoverChromium.png) 0 12 0 2; 193 -webkit-border-image: url(Images/segmentHoverChromium.png) 0 12 0 2;
194 } 194 }
195 195
196 body.platform-windows .crumbs .crumb.dimmed:hover { 196 .crumbs .crumb.dimmed:hover {
197 -webkit-border-image: url(Images/segmentHoverChromium.png) 0 12 0 2; 197 -webkit-border-image: url(Images/segmentHoverChromium.png) 0 12 0 2;
198 } 198 }
199 199
200 body.platform-windows .crumbs .crumb.end:hover { 200 .crumbs .crumb.end:hover {
201 -webkit-border-image: url(Images/segmentHoverEndChromium.png) 0 2 0 2; 201 -webkit-border-image: url(Images/segmentHoverEndChromium.png) 0 2 0 2;
202 } 202 }
203 203
204 body.platform-windows body.drawer-visible #main-status-bar { 204 body.drawer-visible #main-status-bar {
205 background-image: url(Images/statusbarResizerVertical.png), url(Images/statu sbarBackgroundChromium.png); 205 background-image: url(Images/statusbarResizerVertical.png), url(Images/statu sbarBackgroundChromium.png);
206 } 206 }
207 207
208 body.platform-windows .status-bar { 208 .status-bar {
209 background-image: url(Images/statusbarBackgroundChromium.png); 209 background-image: url(Images/statusbarBackgroundChromium.png);
210 } 210 }
211 211
212 body.platform-windows button.status-bar-item { 212 button.status-bar-item {
213 background-image: url(Images/statusbarButtonsChromium.png); 213 background-image: url(Images/statusbarButtonsChromium.png);
214 } 214 }
215 215
216 body.platform-windows select.status-bar-item:active { 216 select.status-bar-item:active {
217 -webkit-border-image: url(Images/statusbarMenuButtonSelectedChromium.png) 0 17 0 2; 217 -webkit-border-image: url(Images/statusbarMenuButtonSelectedChromium.png) 0 17 0 2;
218 } 218 }
219 219
220 body.platform-windows #drawer { 220 #drawer {
221 background-image: url(Images/statusbarBottomBackgroundChromium.png); 221 background-image: url(Images/statusbarBottomBackgroundChromium.png);
222 } 222 }
223 223
224 body.platform-windows select.status-bar-item { 224 select.status-bar-item {
225 -webkit-border-image: url(Images/statusbarMenuButtonChromium.png) 0 17 0 2; 225 -webkit-border-image: url(Images/statusbarMenuButtonChromium.png) 0 17 0 2;
226 } 226 }
227 227
228 .scope-bar li.selected { 228 .scope-bar li.selected {
229 -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);
230 } 230 }
231 231
232 .scope-bar li:active { 232 .scope-bar li:active {
233 -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);
234 } 234 }
235 235
236 .timeline-category-tree-item input { 236 .timeline-category-statusbar-item input {
237 vertical-align: middle; 237 vertical-align: middle;
238 } 238 }
OLDNEW
« no previous file with comments | « resources/inspector/audits.css ('k') | resources/inspector/devtools.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698