mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
jscolor: added ct background image for ct slider
use with css: #slider\.<device>-<reading> { background: url(../jscolor/ct_background.svg); } git-svn-id: https://svn.fhem.de/fhem/trunk@7387 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
65c113d96e
commit
10d2a4dbcc
8
fhem/www/jscolor/ct_background.svg
Normal file
8
fhem/www/jscolor/ct_background.svg
Normal 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:#FFB16E" offset="0"/>
|
||||||
|
<stop style="stop-color:#FFE9D6" offset="0.5"/>
|
||||||
|
<stop style="stop-color:#E5EAFF" offset="1"/>
|
||||||
|
</linearGradient>
|
||||||
|
<rect style="fill:url(#l)" height="20" width="250"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 373 B |
Loading…
Reference in New Issue
Block a user