first (largest) part of sync for both themes with toolkit windows theme changes in...
[themes.git] / EarlyBlue / global / icons / filters.svg
CommitLineData
dae45075
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
5<svg height="0" xmlns="http://www.w3.org/2000/svg">
6 <filter id="active-icon-state"><!-- make every icon be fully black, but keep alpha channel -->
7 <feColorMatrix in="SourceGraphic" type="matrix"
8 values="0 0 0 0 0
9 0 0 0 0 0
10 0 0 0 0 0
11 0 0 0 1 0"/>
12 </filter>
13 <filter id="disabled-icon-state"><!-- move any icon to #808080 / rgb(128,128,128), keeping alpha channel -->
14 <feColorMatrix in="SourceGraphic" type="matrix" color-interpolation-filters="sRGB"
15 values="0 0 0 0 0.50
16 0 0 0 0 0.50
17 0 0 0 0 0.50
18 0 0 0 1 0"/>
19 </filter>
20</svg>