settimer widget - CSS Farbanpassung *gelöst*

Begonnen von Klouse, 09 April 2017, 03:43:04

Vorheriges Thema - Nächstes Thema

Klouse

Hallo,

konnte meine Wünsche doch noch selbst erfüllen:
.widget_settimer_buttons i#fg{color: rgba(255, 255, 255, .6) !important;}
.widget_settimer_buttons i#bg{color: rgba(38, 38, 38, .8) !important;}

.widget_settimer_set:active i#bg {color: #00007b !important;}
.widget_settimer_set:active i#fg{color: #ffffff !important;}
.widget_settimer_off:active i#fg{color: #ffffff !important;}
.widget_settimer_off:active i#bg {color: #00007b !important;}


Jetzt fügt sich auch settimer perfekt ein.

LG

ZitatHallo,

hat jemand Erfahrung beim Einfärben des settimer Widgets per CSS?

Die Buttons konnte ich erfolgreich färben:
.widget_settimer_set i#bg{color: #00007b !important;}
.widget_settimer_set i#fg{color: #ffffff !important;}
.widget_settimer_off i#bg{color: rgba(38, 38, 38, .8) !important;}
.widget_settimer_off i#fg{color: rgba(255, 255, 255, .6) !important;}


Nur funktioniert die Animation beim Button-Druck leider nicht mehr,
was fehlt mir?

Danke
MfG,

Klaus