fifth and last part of syncing LCARStrek with Firefox 38 windows theme changes (inclu...
[themes.git] / LCARStrek / browser / readinglist / icons.svg
... / ...
CommitLineData
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 viewBox="0 0 14 14"
8 xml:space="preserve">
9
10 <defs>
11 <style type="text/css">
12 use:not(:target) {
13 display: none;
14 }
15
16 #addpage, #alreadyadded {
17 fill: #A09090;
18 }
19 #addpage-hover, #alreadyadded-hover {
20 fill: #FFCF00;
21 }
22 #addpage-active, #alreadyadded-active {
23 fill: #008484;
24 }
25 </style>
26
27 <mask id="plus-mask">
28 <rect width="100%" height="100%" fill="white"/>
29 <rect x="3" y="6" width="8" height="2"/>
30 <rect x="6" y="3" width="2" height="8"/>
31 </mask>
32
33 <mask id="minus-mask">
34 <rect width="100%" height="100%" fill="white"/>
35 <rect x="3" y="6" width="8" height="2"/>
36 </mask>
37
38 <g id="addpage-shape">
39 <circle cx="7" cy="7" r="6" mask="url(#plus-mask)"/>
40 </g>
41
42 <g id="removepage-shape">
43 <circle cx="7" cy="7" r="6" mask="url(#minus-mask)"/>
44 </g>
45
46 </defs>
47
48 <use id="addpage" xlink:href="#addpage-shape"/>
49 <use id="addpage-hover" xlink:href="#addpage-shape"/>
50 <use id="addpage-active" xlink:href="#addpage-shape"/>
51
52 <use id="alreadyadded" xlink:href="#removepage-shape"/>
53 <use id="alreadyadded-hover" xlink:href="#removepage-shape"/>
54 <use id="alreadyadded-active" xlink:href="#removepage-shape"/>
55
56</svg>