first part of syncing LCARStrek with Firefox 40 windows theme changes
[themes.git] / LCARStrek / browser / devtools / performance-icons.svg
CommitLineData
2f2239a0
RK
1<svg xmlns="http://www.w3.org/2000/svg"
2 xmlns:xlink="http://www.w3.org/1999/xlink"
3 width="16px" height="16px">
4<style>
5use:not(:target) {
6 display: none;
7}
8
9use {
10 fill: #FFCF00;
11}
12
13use[id$="-active"] {
14 fill: #000000;
15}
16</style>
17<defs>
18 <g id="overview-markers-shape">
19 <rect x="0px" y="3px" width="5px" height="2.5px" rx="1" ry="1"/>
20 <rect x="7px" y="3px" width="9px" height="2.5px" rx="1" ry="1"/>
21 <rect x="0px" y="7px" width="9px" height="2.5px" rx="1" ry="1"/>
22 <rect x="10px" y="7px" width="6px" height="2.5px" rx="1" ry="1"/>
23 <rect x="4px" y="11px" width="5px" height="2.5px" rx="1" ry="1"/>
24 <rect x="12px" y="11px" width="4px" height="2.5px" rx="1" ry="1"/>
25 </g>
26 <g id="overview-frames-shape">
27 <rect x="1px" y="4px" width="2px" height="12px" rx="1" ry="1"/>
28 <rect x="5px" y="12px" width="2px" height="4px" rx="1" ry="1"/>
29 <rect x="9px" y="9px" width="2px" height="7px" rx="1" ry="1"/>
30 <rect x="13px" y="7px" width="2px" height="9px" rx="1" ry="1"/>
31 </g>
32 <g id="details-waterfall-shape">
33 <rect x="0px" y="3px" width="9px" height="2.5px" rx="1" ry="1"/>
34 <rect x="5px" y="7px" width="8px" height="2.5px" rx="1" ry="1"/>
35 <rect x="7px" y="11px" width="9px" height="2.5px" rx="1" ry="1"/>
36 </g>
37 <g id="details-call-tree-shape">
38 <rect x="0px" y="3px" width="16px" height="2px" rx="1" ry="1"/>
39 <rect x="0px" y="6px" width="8px" height="2px" rx="1" ry="1"/>
40 <rect x="0px" y="9px" width="11px" height="2px" rx="1" ry="1"/>
41 <rect x="0px" y="12px" width="6px" height="2px" rx="1" ry="1"/>
42 </g>
43 <g id="details-flamegraph-shape">
44 <rect x="0px" y="3px" width="16px" height="2px" rx="1" ry="1"/>
45 <rect x="0px" y="6px" width="8px" height="2px" rx="1" ry="1"/>
46 <rect x="10px" y="6px" width="6px" height="2px" rx="1" ry="1"/>
47 <rect x="2px" y="9px" width="6px" height="2px" rx="1" ry="1"/>
48 <rect x="5px" y="12px" width="3px" height="2px" rx="1" ry="1"/>
49 </g>
50</defs>
51
52<use id="overview-markers" xlink:href="#overview-markers-shape"/>
53<use id="overview-markers-active" xlink:href="#overview-markers-shape"/>
54
55<use id="overview-frames" xlink:href="#overview-frames-shape"/>
56<use id="overview-frames-active" xlink:href="#overview-frames-shape"/>
57
58<use id="details-waterfall" xlink:href="#details-waterfall-shape"/>
59<use id="details-waterfall-active" xlink:href="#details-waterfall-shape"/>
60
61<use id="details-call-tree" xlink:href="#details-call-tree-shape"/>
62<use id="details-call-tree-active" xlink:href="#details-call-tree-shape"/>
63
64<use id="details-flamegraph" xlink:href="#details-flamegraph-shape"/>
65<use id="details-flamegraph-active" xlink:href="#details-flamegraph-shape"/>
66</svg>