third part of syncing LCARStrek with Firefox 38 windows theme changes
[themes.git] / LCARStrek / global / menu / menu-arrow.svg
diff --git a/LCARStrek/global/menu/menu-arrow.svg b/LCARStrek/global/menu/menu-arrow.svg
new file mode 100644 (file)
index 0000000..78b8f3a
--- /dev/null
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="utf-8"?>
+<svg xmlns="http://www.w3.org/2000/svg"
+     xmlns:xlink="http://www.w3.org/1999/xlink"
+     x="0"
+     y="0"
+     height="16"
+     width="16"
+     viewBox="0 0 16 16">
+  <style>
+    use:not(:target) {
+      display: none;
+    }
+    use {
+      fill: #FF9F00;
+    }
+    use[id$="-disabled"] {
+      fill: #8050B0;
+    }
+    use[id$="-hover"] {
+      fill: #000000;
+    }
+  </style>
+  <defs style="display: none;">
+    <path id="arrow-shape" d="m 6,4 0,8 5,-4 z"/>
+  </defs>
+  <use id="arrow" xlink:href="#arrow-shape"/>
+  <use id="arrow-disabled" xlink:href="#arrow-shape"/>
+  <use id="arrow-hover" xlink:href="#arrow-shape"/>
+</svg>