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

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
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
17 /* Chrome theme overrides */
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
27 /* Heap Profiler Styles */
28
29 .heap-snapshot-status-bar-item .glyph {
30 -webkit-mask-image: url(Images/focusButtonGlyph.png);
31 }
32
33 .heap-snapshot-sidebar-tree-item .icon {
34 content: url(Images/profileIcon.png);
35 }
36
37 .heap-snapshot-sidebar-tree-item.small .icon {
38 content: url(Images/profileSmallIcon.png);
39 }
40
41 .heap-snapshot-view {
42 display: none;
43 overflow: hidden;
44 position: absolute;
45 top: 0;
46 left: 0;
47 right: 0;
48 bottom: 0;
49 }
50
51 .heap-snapshot-view.visible {
52 display: block;
53 }
54
55 .heap-snapshot-view .data-grid {
56 border: none;
57 max-height: 100%;
58 position: absolute;
59 left: 0;
60 right: 0;
61 top: 0;
62 bottom: 93px;
63 }
64
65 .heap-snapshot-view .data-grid th.count-column {
66 text-align: center;
67 }
68
69 .heap-snapshot-view .data-grid td.count-column {
70 text-align: right;
71 }
72
73 .heap-snapshot-view .data-grid th.size-column {
74 text-align: center;
75 }
76
77 .heap-snapshot-view .data-grid td.size-column {
78 text-align: right;
79 }
80
81 .heap-snapshot-view .data-grid th.countDelta-column {
82 text-align: center;
83 }
84
85 .heap-snapshot-view .data-grid td.countDelta-column {
86 text-align: right;
87 }
88
89 .heap-snapshot-view .data-grid th.sizeDelta-column {
90 text-align: center;
91 }
92
93 .heap-snapshot-view .data-grid td.sizeDelta-column {
94 text-align: right;
95 }
96
97 #heap-snapshot-summary {
98 position: absolute;
99 padding-top: 20px;
100 bottom: 0;
101 left: 0;
102 right: 0;
103 height: 93px;
104 margin-left: -1px;
105 border-left: 1px solid rgb(102, 102, 102);
106 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)));
108 background-repeat: repeat-x;
109 background-position: top;
110 text-align: center;
111 text-shadow: black 0 1px 1px;
112 white-space: nowrap;
113 color: white;
114 -webkit-background-size: 1px 6px;
115 -webkit-background-origin: padding;
116 -webkit-background-clip: padding;
117 }
118
119 body.platform-windows .section > .header {
120 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)));
122 }
123
124 body.platform-windows .console-group-messages .section > .header {
125 padding: 0 8px 0 0;
126 background-image: none;
127 border: none;
128 min-height: 0;
129 }
130
131 body.platform-windows #resources-filter {
132 background: -webkit-gradient(linear, left top, left bottom, from(rgb(233, 23 3, 233)), to(rgb(233, 233, 233)));
133 }
134
135 body.platform-windows .crumbs .crumb {
136 -webkit-border-image: url(Images/segmentChromium.png) 0 12 0 2;
137 }
138
139 body.platform-windows .crumbs .crumb.end {
140 -webkit-border-image: url(Images/segmentEndChromium.png) 0 2 0 2;
141 }
142
143 body.platform-windows .crumbs .crumb.selected {
144 -webkit-border-image: url(Images/segmentSelectedChromium.png) 0 12 0 2;
145 color: white;
146 text-shadow: rgba(255, 255, 255, 0.5) 0 0px 0;
147 }
148
149 body.platform-windows .crumbs .crumb.selected:hover {
150 -webkit-border-image: url(Images/segmentSelectedChromium.png) 0 12 0 2;
151 }
152
153 body.platform-windows .crumbs .crumb.selected.end, .crumbs .crumb.selected.end:h over {
154 -webkit-border-image: url(Images/segmentSelectedEndChromium.png) 0 2 0 2;
155 }
156
157 body.platform-windows .crumbs .crumb:hover {
158 -webkit-border-image: url(Images/segmentHoverChromium.png) 0 12 0 2;
159 }
160
161 body.platform-windows .crumbs .crumb.dimmed:hover {
162 -webkit-border-image: url(Images/segmentHoverChromium.png) 0 12 0 2;
163 }
164
165 body.platform-windows .crumbs .crumb.end:hover {
166 -webkit-border-image: url(Images/segmentHoverEndChromium.png) 0 2 0 2;
167 }
168
169 body.platform-windows body.drawer-visible #main-status-bar {
170 background-image: url(Images/statusbarResizerVertical.png), url(Images/statu sbarBackgroundChromium.png);
171 }
172
173 body.platform-windows .status-bar {
174 background-image: url(Images/statusbarBackgroundChromium.png);
175 }
176
177 body.platform-windows button.status-bar-item {
178 background-image: url(Images/statusbarButtonsChromium.png);
179 }
180
181 body.platform-windows select.status-bar-item:active {
182 -webkit-border-image: url(Images/statusbarMenuButtonSelectedChromium.png) 0 17 0 2;
183 }
184
185 body.platform-windows #drawer {
186 background-image: url(Images/statusbarBottomBackgroundChromium.png);
187 }
188
189 body.platform-windows select.status-bar-item {
190 -webkit-border-image: url(Images/statusbarMenuButtonChromium.png) 0 17 0 2;
191 }
192
193 .scope-bar li.selected {
194 -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
195 }
196
197 .scope-bar li:active {
198 -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
199 }
200
201 .timeline-category-tree-item input {
202 vertical-align: middle;
203 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698