This is a migrated thread and some comments may be shown as answers.

mediaplayer playist back color

1 Answer 38 Views
MediaPlayer
This is a migrated thread and some comments may be shown as answers.
Ali
Top achievements
Rank 1
Ali asked on 22 Feb 2016, 12:53 PM

Hi,

I want to change mediaplayer youtube playist back color. playlist does not change unless you change the back color property back color.

Help.

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 25 Feb 2016, 06:41 AM
Hi Ali,

You can use the following CSS rule to achieve this requirement:
<style>
    div.RadMediaPlayer .rmpPlaylist {
        background-color: lime;
    }
</style>

I hope this will prove helpful.

Regards,
Eyup
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
MediaPlayer
Asked by
Ali
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or