fifth part of syncing LCARStrek with Firefox 41 windows theme changes
[themes.git] / LCARStrek / browser / controlcenter / arrow-subview.svg
CommitLineData
470b6552
RK
1<?xml version="1.0" encoding="utf-8"?>
2<!-- This Source Code Form is subject to the terms of the Mozilla Public
3 - License, v. 2.0. If a copy of the MPL was not distributed with this
4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
5<svg xmlns="http://www.w3.org/2000/svg"
6 xmlns:xlink="http://www.w3.org/1999/xlink"
7 width="16" height="16" viewBox="0 0 16 16">
8<style>
9use:not(:target) {
10 display: none;
11}
12
13use {
14 fill: #FFCF00;
15}
16
17use[id$="-disabled"] {
18 fill: #8050B0;
19}
20
21use[id$="-active"] {
22 fill: #000000;
23}
24</style>
25<defs>
26 <polygon id="arrow-shape"
27 points="5,3.5 6.5,2 12.375,8 6.5,14 5,12.5 9.375,8" />
28</defs>
29<use id="arrow" xlink:href="#arrow-shape"/>
30<use id="arrow-disabled" xlink:href="#arrow-shape"/>
31<use id="arrow-active" xlink:href="#arrow-shape"/>
32</svg>