make devtools actually show up correctly in Fx47 and older
[themes.git] / LCARStrek / 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/. -->
5497455b
RK
5<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
6 <style>
7 use:not(:target) {
8 display: none;
9 }
10 use {
11 fill: #FFCF00;
12 }
13 use[id$="-disabled"] {
14 fill: #8050B0;
15 }
16 use[id$="-open"] {
17 fill: #000000;
18 }
19 </style>
20 <defs>
21 <path id="filter-shape" d="M 2,2 v 3 l 5,4 v 6 h 2 v -6 l 5,-4 v -3 L 14,2 z"/>
22 </defs>
23 <use id="filter" xlink:href="#filter-shape"/>
24 <use id="filter-disabled" xlink:href="#filter-shape"/>
25 <use id="filter-open" xlink:href="#filter-shape"/>
20752032 26</svg>