sync both themes with toolkit windows theme changes in Mozilla 45-48 cycles
[themes.git] / EarlyBlue / global / tree / twisty.svg
CommitLineData
7729765c
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" xmlns:xlink="http://www.w3.org/1999/xlink" width="9" height="9">
6 <style>
7 use:not(:target) {
8 display: none;
9 }
10 use {
11 stroke: #000000;
12 stroke-width: 1.6;
13 fill: none;
14 }
15 use[id^="open"] {
16 stroke: #000000;
17 }
18 use[id*="-hover"] {
19 stroke: #666699;
20 }
21 </style>
22 <defs>
23 <path id="clsd-shape" d="m 2.5,0.5 4,4 -4,4"/>
24 <path id="open-shape" d="m 8.5,2.5 -4,4 -4,-4"/>
25 <path id="clsd-rtl-shape" d="m 6.5,0.5 -4,4 4,4"/>
26 </defs>
27 <use id="clsd" xlink:href="#clsd-shape"/>
28 <use id="clsd-hover" xlink:href="#clsd-shape"/>
29 <use id="open" xlink:href="#open-shape"/>
30 <use id="open-hover" xlink:href="#open-shape"/>
31 <use id="clsd-rtl" xlink:href="#clsd-rtl-shape"/>
32 <use id="clsd-hover-rtl" xlink:href="#clsd-rtl-shape"/>
33 <use id="open-rtl" xlink:href="#open-shape"/>
34 <use id="open-hover-rtl" xlink:href="#open-shape"/>
35</svg>