mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 23:32:17 +02:00
N°4460 - Allow to customize skeleton placeholders colors using CSS3 variables
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
<linearGradient id="object-fill">
|
||||
<stop
|
||||
offset="0.599964"
|
||||
stop-color="#f3f3f3"
|
||||
stop-color="var(--skeleton-start-color)"
|
||||
stop-opacity="1"
|
||||
>
|
||||
<animate
|
||||
@@ -57,7 +57,7 @@
|
||||
</stop>
|
||||
<stop
|
||||
offset="1.59996"
|
||||
stop-color="#ecebeb"
|
||||
stop-color="var(--skeleton-stop-color)"
|
||||
stop-opacity="1"
|
||||
>
|
||||
<animate
|
||||
@@ -70,7 +70,7 @@
|
||||
</stop>
|
||||
<stop
|
||||
offset="2.59996"
|
||||
stop-color="#f3f3f3"
|
||||
stop-color="var(--skeleton-start-color)"
|
||||
stop-opacity="1"
|
||||
>
|
||||
<animate
|
||||
|
||||
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
Reference in New Issue
Block a user