5 Answers, 1 is accepted
0
Hi Kevin,
I am not quite sure what you mean by RadWindow's panels. Can you provide more information about your requirements, so I am able to help?
If you are talking about the modal overlay (the semi transparent element that appears behind alert, prompt ro confirm) you can re-style it by overriding the original background settings of the .TelerikModalOverlay CSS class, i.e:
.TelerikModalOverlay
{
background: red !important;
}
Greetings,
Martin Ivanov
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
I am not quite sure what you mean by RadWindow's panels. Can you provide more information about your requirements, so I am able to help?
If you are talking about the modal overlay (the semi transparent element that appears behind alert, prompt ro confirm) you can re-style it by overriding the original background settings of the .TelerikModalOverlay CSS class, i.e:
.TelerikModalOverlay
{
background: red !important;
}
Greetings,
Martin Ivanov
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0

Kevin
Top achievements
Rank 1
answered on 29 May 2009, 08:46 AM
what we have is a model windows that has been split into 3 and in 2 of the panels top left and bottom we want to make the background colour almost like the web blue skin colour on tabs and on the scheduling tools
0
Hello Kevin,
Please, prepare and send us a small running project that demonstrates your scenario along with instructions of the result you need to achieve. I am still not sure what you mean by panels - is it a control, or something else?
Best wishes,
Martin Ivanov
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Please, prepare and send us a small running project that demonstrates your scenario along with instructions of the result you need to achieve. I am still not sure what you mean by panels - is it a control, or something else?
Best wishes,
Martin Ivanov
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0

Kevin
Top achievements
Rank 1
answered on 02 Jun 2009, 03:14 PM
sorry i mean panes i am working on a demo inbetween all the other work i have to do
0
Hello Kevin,
You may change the modal background of RadWindow by using the following CSS:
.TelerikModalOverlay
{
background: red !important;
}
If you need to apply a different background color to the "panels" of your project, that resembles a color we have used in the skins of RadWindow, you may use any colorpicker to get the desired color and then apply it with CSS background-color to your control.
If none of these solutions is not your case, I will be waiting for a demo project that explains the result you need to achieve.
Greetings,
Martin Ivanov
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
You may change the modal background of RadWindow by using the following CSS:
.TelerikModalOverlay
{
background: red !important;
}
If you need to apply a different background color to the "panels" of your project, that resembles a color we have used in the skins of RadWindow, you may use any colorpicker to get the desired color and then apply it with CSS background-color to your control.
If none of these solutions is not your case, I will be waiting for a demo project that explains the result you need to achieve.
Greetings,
Martin Ivanov
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.