second part of syncing LCARStrek with Firefox 41 windows theme changes
[themes.git] / LCARStrek / browser / devtools / performance-icons.svg
CommitLineData
5497455b
RK
1<!-- This Source Code Form is subject to the terms of the Mozilla Public
2 - License, v. 2.0. If a copy of the MPL was not distributed with this
3 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
2f2239a0
RK
4<svg xmlns="http://www.w3.org/2000/svg"
5 xmlns:xlink="http://www.w3.org/1999/xlink"
6 width="16px" height="16px">
5497455b
RK
7 <style>
8 use:not(:target) {
9 display: none;
10 }
2f2239a0 11
5497455b
RK
12 use {
13 fill: #FFCF00;
14 }
2f2239a0 15
5497455b
RK
16 use[id$="-active"] {
17 fill: #000000;
18 }
19 </style>
20 <defs>
2f2239a0
RK
21 <g id="overview-markers-shape">
22 <rect x="0px" y="3px" width="5px" height="2.5px" rx="1" ry="1"/>
23 <rect x="7px" y="3px" width="9px" height="2.5px" rx="1" ry="1"/>
24 <rect x="0px" y="7px" width="9px" height="2.5px" rx="1" ry="1"/>
25 <rect x="10px" y="7px" width="6px" height="2.5px" rx="1" ry="1"/>
26 <rect x="4px" y="11px" width="5px" height="2.5px" rx="1" ry="1"/>
27 <rect x="12px" y="11px" width="4px" height="2.5px" rx="1" ry="1"/>
28 </g>
29 <g id="overview-frames-shape">
30 <rect x="1px" y="4px" width="2px" height="12px" rx="1" ry="1"/>
31 <rect x="5px" y="12px" width="2px" height="4px" rx="1" ry="1"/>
32 <rect x="9px" y="9px" width="2px" height="7px" rx="1" ry="1"/>
33 <rect x="13px" y="7px" width="2px" height="9px" rx="1" ry="1"/>
34 </g>
35 <g id="details-waterfall-shape">
36 <rect x="0px" y="3px" width="9px" height="2.5px" rx="1" ry="1"/>
37 <rect x="5px" y="7px" width="8px" height="2.5px" rx="1" ry="1"/>
38 <rect x="7px" y="11px" width="9px" height="2.5px" rx="1" ry="1"/>
39 </g>
40 <g id="details-call-tree-shape">
41 <rect x="0px" y="3px" width="16px" height="2px" rx="1" ry="1"/>
42 <rect x="0px" y="6px" width="8px" height="2px" rx="1" ry="1"/>
43 <rect x="0px" y="9px" width="11px" height="2px" rx="1" ry="1"/>
44 <rect x="0px" y="12px" width="6px" height="2px" rx="1" ry="1"/>
45 </g>
46 <g id="details-flamegraph-shape">
47 <rect x="0px" y="3px" width="16px" height="2px" rx="1" ry="1"/>
48 <rect x="0px" y="6px" width="8px" height="2px" rx="1" ry="1"/>
49 <rect x="10px" y="6px" width="6px" height="2px" rx="1" ry="1"/>
50 <rect x="2px" y="9px" width="6px" height="2px" rx="1" ry="1"/>
51 <rect x="5px" y="12px" width="3px" height="2px" rx="1" ry="1"/>
52 </g>
5497455b 53 </defs>
2f2239a0 54
5497455b
RK
55 <use id="overview-markers" xlink:href="#overview-markers-shape"/>
56 <use id="overview-markers-active" xlink:href="#overview-markers-shape"/>
2f2239a0 57
5497455b
RK
58 <use id="overview-frames" xlink:href="#overview-frames-shape"/>
59 <use id="overview-frames-active" xlink:href="#overview-frames-shape"/>
2f2239a0 60
5497455b
RK
61 <use id="details-waterfall" xlink:href="#details-waterfall-shape"/>
62 <use id="details-waterfall-active" xlink:href="#details-waterfall-shape"/>
2f2239a0 63
5497455b
RK
64 <use id="details-call-tree" xlink:href="#details-call-tree-shape"/>
65 <use id="details-call-tree-active" xlink:href="#details-call-tree-shape"/>
2f2239a0 66
5497455b
RK
67 <use id="details-flamegraph" xlink:href="#details-flamegraph-shape"/>
68 <use id="details-flamegraph-active" xlink:href="#details-flamegraph-shape"/>
2f2239a0 69</svg>