FHEM Forum

FHEM => Frontends => TabletUI => Thema gestartet von: Tabularasa am 22 März 2018, 17:30:06

Titel: Abfallsymbole alle grau seit letztem Update
Beitrag von: Tabularasa am 22 März 2018, 17:30:06
Hallo. Seit dem letzten Update sind irgendwie alle meine Mülltonnen grau geworden. Habe aber nix verändert. Hier mal der Code
<li data-row="4" data-col="1" data-sizex="3" data-sizey="1">
<header><div data-type="label" class="large">Abfall</div></header>
    <div     data-type="symbol"
        data-device="MuellterminDummy"
        data-get="Restmuell"
        data-icons='["fa-trash warn fa-spin","fa-trash warn"]'
        data-on-colors='["black","black"]'
        data-get-on='["0","2"]'
        data-background-icon="fa-circle"
data-background-colors='["red","orange"]'
        class="bigger inline" >
    </div>
<div     data-type="symbol"
        data-device="MuellterminDummy"
        data-get="GelbeTonne"
        data-icons='["fa-trash warn fa-spin","fa-trash warn"]'
        data-on-colors='["yellow","yellow"]'
        data-get-on='["0","2"]'
        data-background-icon="fa-circle"
data-background-colors='["red","orange"]'
        class="bigger inline" >
    </div>
    <div     data-type="symbol"
        data-device="MuellterminDummy"
        data-get="BlaueTonne"
        data-icons='["fa-trash warn fa-spin","fa-trash warn"]'
        data-on-colors='["blue","blue"]'
        data-get-on='["0","2"]'
        data-background-icon="fa-circle"
data-background-colors='["red","orange"]'
        class="bigger inline" >
    </div>
   
</li>


Vielleicht sieht jemand den Fehler. Danke
Titel: Antw:Abfallsymbole alle grau seit letztem Update
Beitrag von: setstate am 22 März 2018, 17:37:10
Bitte data-colors nicht data-on-colors benutzen.

Hintergründe hier: https://forum.fhem.de/index.php/topic,86003.0.html