| Index: resources/inspector/devtools.css
|
| ===================================================================
|
| --- resources/inspector/devtools.css (revision 33840)
|
| +++ resources/inspector/devtools.css (working copy)
|
| @@ -13,8 +13,8 @@
|
| padding-left: 0;
|
| }
|
|
|
| +/* Chrome theme overrides */
|
|
|
| -/* Chrome theme overrides */
|
| body.platform-windows #toolbar {
|
| background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(242, 247, 253)), to(rgb(223, 234, 248)));
|
| }
|
| @@ -23,7 +23,22 @@
|
| background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(248, 248, 248)), to(rgb(237, 237, 237)));
|
| }
|
|
|
| +body.detached.platform-mac-leopard #toolbar {
|
| + background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(175, 175, 175)), to(rgb(151, 151, 151))) !important;
|
| +}
|
|
|
| +body.detached.platform-mac-leopard.inactive #toolbar {
|
| + background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(221, 221, 221)), to(rgb(207, 207, 207))) !important;
|
| +}
|
| +
|
| +body.detached.platform-mac-snowleopard #toolbar {
|
| + background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(189, 189, 189)), to(rgb(151, 151, 151))) !important;
|
| +}
|
| +
|
| +body.detached.platform-mac-snowleopard.inactive #toolbar {
|
| + background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(215, 215, 215)), to(rgb(207, 207, 207))) !important;
|
| +}
|
| +
|
| /* Heap Profiler Styles */
|
|
|
| .heap-snapshot-status-bar-item .glyph {
|
| @@ -94,7 +109,7 @@
|
| text-align: right;
|
| }
|
|
|
| -#heap-snapshot-summary {
|
| +#heap-snapshot-summary-container {
|
| position: absolute;
|
| padding-top: 20px;
|
| bottom: 0;
|
| @@ -116,6 +131,26 @@
|
| -webkit-background-clip: padding;
|
| }
|
|
|
| +.heap-snapshot-summary {
|
| + display: inline-block;
|
| + width: 50%;
|
| + min-width: 300px;
|
| + position: relative;
|
| +}
|
| +
|
| +.heap-snapshot-summary canvas.summary-graph {
|
| + width: 225px;
|
| +}
|
| +
|
| +.heap-snapshot-summary-label {
|
| + font-size: 12px;
|
| + font-weight: bold;
|
| + position: absolute;
|
| + top: 1px;
|
| + width: 50%;
|
| + left: 25%;
|
| +}
|
| +
|
| body.platform-windows .section > .header {
|
| border: 1px solid rgb(92, 116, 157);
|
| background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(105, 133, 180)), to(rgb(92, 116, 157)));
|
|
|