jscolor: added ct background image for ct slider in mired

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@7848 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme1968
2015-02-03 17:00:34 +00:00
parent c5c0608a00
commit 488eb73e9b

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