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

Remove background of RadAjaxLoadingPanel

2 Answers 65 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Pontus Johansson
Top achievements
Rank 1
Pontus Johansson asked on 23 Aug 2010, 09:53 AM
I'm using the "Simple" skin for my RadAjaxLoadingPanel, but I want to change the background color to black instead of white surrounding the loading image. The BackColor="Black" doesn't work.

2 Answers, 1 is accepted

Sort by
0
Accepted
Dimo
Telerik team
answered on 23 Aug 2010, 11:33 AM
Hi Pontus,

Either create a custom skin for the RadAjaxLoadingPanel

http://www.telerik.com/community/code-library/aspnet-ajax/ajax/how-to-create-and-use-custom-skins-for-radajaxloadingpanel.aspx

or override the background color in the Simple skin

http://blogs.telerik.com/dimodimov/posts/08-06-17/how_to_override_styles_in_a_radcontrol_for_asp_net_ajax_embedded_skin.aspx

div.RadAjax_Simple  .raColor
{
    background-color: #000;
}


Regards,
Dimo
the Telerik team
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 Public Issue Tracking system and vote to affect the priority of the items
0
Pontus Johansson
Top achievements
Rank 1
answered on 23 Aug 2010, 05:39 PM
Works perfect, thx!
Tags
Ajax
Asked by
Pontus Johansson
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Pontus Johansson
Top achievements
Rank 1
Share this question
or