some corrections and finishing touches to that LCARStrek works well for Firefox 55...
[themes.git] / LCARStrek / global / in-content / check.svg
CommitLineData
e0a15019
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/. -->
5<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="21" height="21" viewBox="0 0 21 21">
6 <style>
7 use:not(:target) {
8 display: none;
9 }
10 use {
11 fill: #FF9F00;
12 }
13 use[id$="-inverted"] {
14 fill: #FFCF00;
15 stroke: #000000;
16 stroke-width: 0.5;
17 }
18 use[id$="-native"] {
19 fill: #FF9F00;
20 }
21 use[id$="-hover"] {
22 fill: #FFCF00;
23 }
24 use[id$="-disabled"] {
25 fill: #8050B0;
26 }
27 </style>
28 <defs>
29 <path id="check-shape" d="M 9.39,16.5 16.28,6 14.77,4.5 9.37,12.7 6.28,9.2 4.7,10.7 z"/>
30 </defs>
31 <use id="check" xlink:href="#check-shape"/>
32 <use id="check-inverted" xlink:href="#check-shape"/>
33 <use id="check-native" xlink:href="#check-shape"/>
1e9e1791
RK
34 <use id="check-hover" xlink:href="#check-shape"/>
35 <use id="check-disabled" xlink:href="#check-shape"/>
e0a15019 36</svg>