first part of syncing LCARStrek with Firefox 38 windows theme changes
[themes.git] / LCARStrek / browser / devtools / timeline-filter.svg
CommitLineData
20752032
RK
1<?xml version="1.0"?>
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 x="0px" y="0px"
8 width="16" height="16"
9 viewBox="0 0 16 16"
10 enable-background="new 0 0 16 16"
11 xml:space="preserve">
12<style>
13use:not(:target) {
14 display: none;
15}
16
17use {
18 fill: #FFCF00;
19}
20
21use[id$="-disabled"] {
22 fill: #8050B0;
23}
24
25use[id$="-open"] {
26 fill: #000000;
27}
28
29</style>
30<defs style="display:none">
31 <path id="filter-shape"
32 d="M 2,2 v 3 l 5,4 v 6 h 2 v -6 l 5,-4 v -3 L 14,2 z"/>
33</defs>
34<use id="filter" xlink:href="#filter-shape"/>
35<use id="filter-disabled" xlink:href="#filter-shape"/>
36<use id="filter-open" xlink:href="#filter-shape"/>
37</svg>