make new chatzilla tab appearance actually look fitting with the two themes
[themes.git] / LCARStrek / global / menu / menu-arrow.svg
CommitLineData
e184b661
RK
1<?xml version="1.0" encoding="utf-8"?>
2<svg xmlns="http://www.w3.org/2000/svg"
3 xmlns:xlink="http://www.w3.org/1999/xlink"
4 x="0"
5 y="0"
6 height="16"
7 width="16"
8 viewBox="0 0 16 16">
9 <style>
10 use:not(:target) {
11 display: none;
12 }
13 use {
14 fill: #FF9F00;
15 }
16 use[id$="-disabled"] {
17 fill: #8050B0;
18 }
19 use[id$="-hover"] {
20 fill: #000000;
21 }
22 </style>
23 <defs style="display: none;">
24 <path id="arrow-shape" d="m 6,4 0,8 5,-4 z"/>
25 </defs>
26 <use id="arrow" xlink:href="#arrow-shape"/>
27 <use id="arrow-disabled" xlink:href="#arrow-shape"/>
28 <use id="arrow-hover" xlink:href="#arrow-shape"/>
29</svg>