second part of syncing LCARStrek with Firefox 41 windows theme changes
[themes.git] / LCARStrek / browser / devtools / performance-icons.svg
index 9e3adf379d68a5d20b8fdd6989f66a4214436a0c..be0adb0e30eb01f597b71e5f080f9fd56fd31fdc 100644 (file)
@@ -1,20 +1,23 @@
+<!-- This Source Code Form is subject to the terms of the Mozilla Public
+   - License, v. 2.0. If a copy of the MPL was not distributed with this
+   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
 <svg xmlns="http://www.w3.org/2000/svg"
      xmlns:xlink="http://www.w3.org/1999/xlink"
      width="16px" height="16px">
-<style>
-use:not(:target) {
-  display: none;
-}
+  <style>
+    use:not(:target) {
+      display: none;
+    }
 
-use {
-  fill: #FFCF00;
-}
+    use {
+      fill: #FFCF00;
+    }
 
-use[id$="-active"] {
-  fill: #000000;
-}
-</style>
-<defs>
+    use[id$="-active"] {
+      fill: #000000;
+    }
+  </style>
+ <defs>
   <g id="overview-markers-shape">
     <rect x="0px" y="3px" width="5px" height="2.5px" rx="1" ry="1"/>
     <rect x="7px" y="3px" width="9px" height="2.5px" rx="1" ry="1"/>
@@ -47,20 +50,20 @@ use[id$="-active"] {
     <rect x="2px" y="9px" width="6px" height="2px" rx="1" ry="1"/>
     <rect x="5px" y="12px" width="3px" height="2px" rx="1" ry="1"/>
   </g>
-</defs>
+ </defs>
 
-<use id="overview-markers"          xlink:href="#overview-markers-shape"/>
-<use id="overview-markers-active"   xlink:href="#overview-markers-shape"/>
+ <use id="overview-markers"          xlink:href="#overview-markers-shape"/>
+ <use id="overview-markers-active"   xlink:href="#overview-markers-shape"/>
 
-<use id="overview-frames"           xlink:href="#overview-frames-shape"/>
-<use id="overview-frames-active"    xlink:href="#overview-frames-shape"/>
+ <use id="overview-frames"           xlink:href="#overview-frames-shape"/>
+ <use id="overview-frames-active"    xlink:href="#overview-frames-shape"/>
 
-<use id="details-waterfall"         xlink:href="#details-waterfall-shape"/>
-<use id="details-waterfall-active"  xlink:href="#details-waterfall-shape"/>
+ <use id="details-waterfall"         xlink:href="#details-waterfall-shape"/>
+ <use id="details-waterfall-active"  xlink:href="#details-waterfall-shape"/>
 
-<use id="details-call-tree"         xlink:href="#details-call-tree-shape"/>
-<use id="details-call-tree-active"  xlink:href="#details-call-tree-shape"/>
+ <use id="details-call-tree"         xlink:href="#details-call-tree-shape"/>
+ <use id="details-call-tree-active"  xlink:href="#details-call-tree-shape"/>
 
-<use id="details-flamegraph"        xlink:href="#details-flamegraph-shape"/>
-<use id="details-flamegraph-active" xlink:href="#details-flamegraph-shape"/>
+ <use id="details-flamegraph"        xlink:href="#details-flamegraph-shape"/>
+ <use id="details-flamegraph-active" xlink:href="#details-flamegraph-shape"/>
 </svg>