2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2024-11-22 02:59:49 +00:00

jscolor: added ct background image for ct slider in mired

git-svn-id: https://svn.fhem.de/fhem/trunk@7848 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2015-02-03 17:00:34 +00:00
parent a81ecb49b1
commit ef88ffc6f0

View File

@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" width="250" height="20">
<linearGradient id="l" x1="0" x2="250" gradientUnits="userSpaceOnUse">
<stop style="stop-color:#E5EAFF" offset="0"/>
<stop style="stop-color:#FFE9D6" offset="0.5"/>
<stop style="stop-color:#FFB16E" offset="1"/>
</linearGradient>
<rect style="fill:url(#l)" height="20" width="250"/>
</svg>

After

Width:  |  Height:  |  Size: 373 B