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

Changing the panels in a window

5 Answers 82 Views
Window
This is a migrated thread and some comments may be shown as answers.
Kevin
Top achievements
Rank 1
Kevin asked on 28 May 2009, 04:15 PM
Hi i want to change the colour of the panels in a modal window to web blue like the skin on the windows how do i do this

5 Answers, 1 is accepted

Sort by
0
Martin
Telerik team
answered on 29 May 2009, 04:26 AM
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.
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
Martin
Telerik team
answered on 01 Jun 2009, 04:27 AM
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.
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
Martin
Telerik team
answered on 04 Jun 2009, 05:28 AM
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.
Tags
Window
Asked by
Kevin
Top achievements
Rank 1
Answers by
Martin
Telerik team
Kevin
Top achievements
Rank 1
Share this question
or