fifth and last part of syncing LCARStrek with Firefox 45-48 windows theme changes
[themes.git] / LCARStrek / devtools / filters.svg
CommitLineData
5497455b
RK
1<!-- This Source Code Form is subject to the terms of the Mozilla Public
2 - License, v. 2.0. If a copy of the MPL was not distributed with this
3 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
4
45dc7657 5<svg height="0" xmlns="http://www.w3.org/2000/svg">
19988d2d
RK
6 <filter id="checked-icon-state">
7 <feColorMatrix in="SourceGraphic" type="matrix"
8 values="0 0 0 0 0.043
9 0 0 0 0 0.415
10 0 0 0 0 0.79
11 0 0 0 1 0"/>
12 </filter>
368d0b7f
RK
13
14 <!-- Web Audio Gradients -->
15 <linearGradient id="bypass-light" x1="6%" y1="8%" x2="12%" y2="12%" spreadMethod="repeat">
19988d2d
RK
16 <stop offset="0%" stop-color="#f0f1f2"/> <!-- theme-toolbar-background -->
17 <stop offset="50%" stop-color="#fff"/>
368d0b7f
RK
18 </linearGradient>
19
20 <linearGradient id="bypass-dark" x1="6%" y1="8%" x2="12%" y2="12%" spreadMethod="repeat">
19988d2d 21 <stop offset="0%" stop-color="#343c45"/> <!-- theme-toolbar-background -->
368d0b7f
RK
22 <stop offset="50%" stop-color="transparent"/>
23 </linearGradient>
589b5528 24</svg>