web: backport fix: add missing background filter
# Conflicts: # authentik/core/templates/login/base_full.html
This commit is contained in:
parent
1d5bba831e
commit
e0298141cf
|
@ -18,10 +18,11 @@
|
||||||
<div class="pf-c-background-image">
|
<div class="pf-c-background-image">
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" class="pf-c-background-image__filter" width="0" height="0">
|
<svg xmlns="http://www.w3.org/2000/svg" class="pf-c-background-image__filter" width="0" height="0">
|
||||||
<filter id="image_overlay">
|
<filter id="image_overlay">
|
||||||
|
<feColorMatrix in="SourceGraphic" type="matrix" values="1.3 0 0 0 0 0 1.3 0 0 0 0 0 1.3 0 0 0 0 0 1 0" />
|
||||||
<feComponentTransfer color-interpolation-filters="sRGB" result="duotone">
|
<feComponentTransfer color-interpolation-filters="sRGB" result="duotone">
|
||||||
<feFuncR type="table" tableValues="0.0086274509803922 0.63921568627451"></feFuncR>
|
<feFuncR type="table" tableValues="0.086274509803922 0.43921568627451"></feFuncR>
|
||||||
<feFuncG type="table" tableValues="0.0086274509803922 0.63921568627451"></feFuncG>
|
<feFuncG type="table" tableValues="0.086274509803922 0.43921568627451"></feFuncG>
|
||||||
<feFuncB type="table" tableValues="0.0086274509803922 0.63921568627451"></feFuncB>
|
<feFuncB type="table" tableValues="0.086274509803922 0.43921568627451"></feFuncB>
|
||||||
<feFuncA type="table" tableValues="0 1"></feFuncA>
|
<feFuncA type="table" tableValues="0 1"></feFuncA>
|
||||||
</feComponentTransfer>
|
</feComponentTransfer>
|
||||||
</filter>
|
</filter>
|
||||||
|
|
Reference in New Issue