Closed lokonli closed 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.
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; }
Works like a charm!
Because allmost every block has an icon it would be great to have one for this block too. This is a photoshoped image by the way. I'll send a pr for the image radio-streaming.png
Add class when in playing state to enable styling via custom.css. Add error handling.