Home | History | Annotate | Download | only in js
      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(242, 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(248, 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-container {
     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 .heap-snapshot-summary {
    120     display: inline-block;
    121     width: 50%;
    122     min-width: 300px;
    123     position: relative;
    124 }
    125 
    126 .heap-snapshot-summary canvas.summary-graph {
    127     width: 225px;
    128 }
    129 
    130 .heap-snapshot-summary-label {
    131     font-size: 12px;
    132     font-weight: bold;
    133     position: absolute;
    134     top: 1px;
    135     width: 50%;
    136     left: 25%;
    137 }
    138 
    139 body.platform-windows .section > .header {
    140     border: 1px solid rgb(92, 116, 157);
    141     background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(105, 133, 180)), to(rgb(92, 116, 157)));
    142 }
    143 
    144 body.platform-windows .console-group-messages .section > .header {
    145     padding: 0 8px 0 0;
    146     background-image: none;
    147     border: none;
    148     min-height: 0;
    149 }
    150 
    151 body.platform-windows #resources-filter {
    152     background: -webkit-gradient(linear, left top, left bottom, from(rgb(233, 233, 233)), to(rgb(233, 233, 233)));
    153 }
    154 
    155 body.platform-windows .crumbs .crumb {
    156     -webkit-border-image: url(Images/segmentChromium.png) 0 12 0 2;
    157 }
    158 
    159 body.platform-windows .crumbs .crumb.end {
    160     -webkit-border-image: url(Images/segmentEndChromium.png) 0 2 0 2;
    161 }
    162 
    163 body.platform-windows .crumbs .crumb.selected {
    164     -webkit-border-image: url(Images/segmentSelectedChromium.png) 0 12 0 2;
    165     color: white;
    166     text-shadow: rgba(255, 255, 255, 0.5) 0 0px 0;
    167 }
    168 
    169 body.platform-windows .crumbs .crumb.selected:hover {
    170     -webkit-border-image: url(Images/segmentSelectedChromium.png) 0 12 0 2;
    171 }
    172 
    173 body.platform-windows .crumbs .crumb.selected.end, .crumbs .crumb.selected.end:hover {
    174     -webkit-border-image: url(Images/segmentSelectedEndChromium.png) 0 2 0 2;
    175 }
    176 
    177 body.platform-windows .crumbs .crumb:hover {
    178     -webkit-border-image: url(Images/segmentHoverChromium.png) 0 12 0 2;
    179 }
    180 
    181 body.platform-windows .crumbs .crumb.dimmed:hover {
    182     -webkit-border-image: url(Images/segmentHoverChromium.png) 0 12 0 2;
    183 }
    184 
    185 body.platform-windows .crumbs .crumb.end:hover {
    186     -webkit-border-image: url(Images/segmentHoverEndChromium.png) 0 2 0 2;
    187 }
    188 
    189 body.platform-windows body.drawer-visible #main-status-bar {
    190     background-image: url(Images/statusbarResizerVertical.png), url(Images/statusbarBackgroundChromium.png);
    191 }
    192 
    193 body.platform-windows .status-bar {
    194     background-image: url(Images/statusbarBackgroundChromium.png);
    195 }
    196 
    197 body.platform-windows button.status-bar-item {
    198     background-image: url(Images/statusbarButtonsChromium.png);
    199 }
    200 
    201 body.platform-windows select.status-bar-item:active {
    202     -webkit-border-image: url(Images/statusbarMenuButtonSelectedChromium.png) 0 17 0 2;
    203 }
    204 
    205 body.platform-windows #drawer {
    206     background-image: url(Images/statusbarBottomBackgroundChromium.png);
    207 }
    208 
    209 body.platform-windows select.status-bar-item {
    210     -webkit-border-image: url(Images/statusbarMenuButtonChromium.png) 0 17 0 2;
    211 }
    212 
    213 .scope-bar li.selected {
    214     -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
    215 }
    216 
    217 .scope-bar li:active {
    218     -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
    219 }
    220 
    221 .timeline-category-tree-item input {
    222     vertical-align: middle;
    223 }
    224