Dashticz / dashticz_v2

Alternative dashboard for Domoticz
107 stars 60 forks source link

Streamplayer improvements #481

Closed lokonli closed 5 years ago

lokonli commented 5 years ago

Add class when in playing state to enable styling via custom.css. Add error handling.

HansieNL commented 5 years ago

Thanks a lot for making this possible, but how to use this in custom.css? (Tried several options, but didn't succeed) I wanna use #F2F2F2 for pause color and #FFFFFF for playing color.

lokonli commented 5 years ago

I still have to update the documentation :) Add the following to custom.css to change the colors:

div[data-id='streamplayer'] > div { background-color: blue !important; }

div[data-id='streamplayer'].playing > div { background-color: orange !important; }

HansieNL commented 5 years ago

Works like a charm!

HansieNL commented 5 years ago

Because allmost every block has an icon it would be great to have one for this block too. 4OtwTZHmHa This is a photoshoped image by the way. I'll send a pr for the image radio-streaming.png