Web: Client: fix color

This commit is contained in:
Viktor Fomin 2020-11-06 16:17:20 +03:00
parent 98dabb19ab
commit 4dc0e0d13d

View File

@ -99,7 +99,6 @@
aria-labelledby="loading-aria2"
preserveAspectRatio="none"
>
<title id="loading-aria2">Loading...</title>
<rect
x="0"
y="0"
@ -113,7 +112,7 @@
<rect x="3" y="3" rx="5" ry="5" width="100%" />
</clipPath>
<linearGradient id="fill1">
<stop offset="0.599964" stop-color="#f3f3f3" stop-opacity="1">
<stop offset="0.599964" stop-color="#000000" stop-opacity="0.1">
<animate
attributeName="offset"
values="-2; -2; 1"
@ -122,7 +121,7 @@
repeatCount="indefinite"
></animate>
</stop>
<stop offset="1.59996" stop-color="#ecebeb" stop-opacity="1">
<stop offset="1.59996" stop-color="#000000" stop-opacity="0.1">
<animate
attributeName="offset"
values="-1; -1; 2"
@ -131,7 +130,7 @@
repeatCount="indefinite"
></animate>
</stop>
<stop offset="2.59996" stop-color="#f3f3f3" stop-opacity="1">
<stop offset="2.59996" stop-color="#000000" stop-opacity="0.1">
<animate
attributeName="offset"
values="0; 0; 3"