support new nightly versions
[themes.git] / LCARStrek / browser / readinglist / icons.svg
CommitLineData
bcb9d005
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/. -->
5497455b 5<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 14 14">
bcb9d005 6 <defs>
5497455b 7 <style>
bcb9d005
RK
8 use:not(:target) {
9 display: none;
10 }
bcb9d005
RK
11 #addpage, #alreadyadded {
12 fill: #A09090;
13 }
14 #addpage-hover, #alreadyadded-hover {
15 fill: #FFCF00;
16 }
17 #addpage-active, #alreadyadded-active {
18 fill: #008484;
19 }
20 </style>
bcb9d005
RK
21 <mask id="plus-mask">
22 <rect width="100%" height="100%" fill="white"/>
31bc2dc1
RK
23 <rect x="3" y="6" width="8" height="2"/>
24 <rect x="6" y="3" width="2" height="8"/>
bcb9d005 25 </mask>
bcb9d005
RK
26 <mask id="minus-mask">
27 <rect width="100%" height="100%" fill="white"/>
31bc2dc1 28 <rect x="3" y="6" width="8" height="2"/>
bcb9d005 29 </mask>
bcb9d005 30 <g id="addpage-shape">
31bc2dc1 31 <circle cx="7" cy="7" r="6" mask="url(#plus-mask)"/>
bcb9d005 32 </g>
bcb9d005 33 <g id="removepage-shape">
31bc2dc1 34 <circle cx="7" cy="7" r="6" mask="url(#minus-mask)"/>
bcb9d005 35 </g>
bcb9d005 36 </defs>
5497455b
RK
37 <use id="addpage" xlink:href="#addpage-shape"/>
38 <use id="addpage-hover" xlink:href="#addpage-shape"/>
39 <use id="addpage-active" xlink:href="#addpage-shape"/>
40 <use id="alreadyadded" xlink:href="#removepage-shape"/>
41 <use id="alreadyadded-hover" xlink:href="#removepage-shape"/>
42 <use id="alreadyadded-active" xlink:href="#removepage-shape"/>
bcb9d005 43</svg>