first part of syncing both themes with toolkit windows theme changes in Mozilla 53...
[themes.git] / EarlyBlue / global / icons / find-arrows.svg
CommitLineData
dae45075
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/. -->
0282321d 5<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="12" height="12" viewBox="0 0 12 12">
dae45075 6 <style>
0282321d
RK
7 #previous,
8 #next {
dae45075
RK
9 fill: #CCD0DD;
10 }
0282321d
RK
11 #previous-disabled,
12 #next-disabled {
13 fill: #808080;
14 }
15 use:not(:target) {
16 display: none;
17 }
dae45075 18 </style>
0282321d
RK
19 <defs>
20 <path id="path-previous" d="M5.407,1.5l-5,4.599L1.65,7.283l3.757-3.387l3.705,3.385l1.296-1.158L5.407,1.5z"/>
21 <path id="path-next" d="M5.547,8.255L0.538,3.53l1.239-1.265l3.77,3.641l3.719-3.641l1.264,1.188L5.547,8.255z"/>
22 </defs>
23 <use xlink:href="#path-previous" id="previous"/>
24 <use xlink:href="#path-next" id="next"/>
25 <use xlink:href="#path-previous" id="previous-disabled"/>
26 <use xlink:href="#path-next" id="next-disabled"/>
dae45075 27</svg>