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

background color radwindow title-bar

3 Answers 584 Views
Window
This is a migrated thread and some comments may be shown as answers.
Allen
Top achievements
Rank 1
Allen asked on 09 Oct 2012, 10:21 AM
Hi,

How can I change the background color of the title-bar of radwindow. Hope somebody might have done this before. Please share

Allen

3 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 09 Oct 2012, 10:35 AM
Hi Allen,

Try overriding the default CSS as follows.

CSS:
<style type="text/css">
    div.RadWindow_Default .rwTitlebarControls
      {
         background-color: red !important;
      }
</style>

Hope this helps.

Regards,
Shinu.
0
Allen
Top achievements
Rank 1
answered on 20 Dec 2012, 06:56 PM
Can I change the tilebar text color and how?
0
Shinu
Top achievements
Rank 2
answered on 21 Dec 2012, 04:33 AM
Hi Allen,

Try overriding the default CSS as follows.

CSS:
<style type="text/css">
    .RadWindow .rwTitleRow em
    {
        background-color: Red !important;
    }
</style>

Hope this helps.

Regards,
Shinu.
Tags
Window
Asked by
Allen
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Allen
Top achievements
Rank 1
Share this question
or