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

Change rad window title text color

2 Answers 179 Views
Window
This is a migrated thread and some comments may be shown as answers.
Manojkumar Sree
Top achievements
Rank 1
Manojkumar Sree asked on 10 Jan 2011, 04:48 PM
Hi,

i am using rad popup window. theme used is "Outlook".

the default title color is black.

How can i change that black color to white color?

2 Answers, 1 is accepted

Sort by
0
Cori
Top achievements
Rank 2
answered on 10 Jan 2011, 09:17 PM
Hello Manojkumar,

Try adding this css style:

.RadWindow_Outlook .rwTitleBarControls em
{
    color: #FFFFFF !important;
}

I hope that helps.
0
Shinu
Top achievements
Rank 2
answered on 11 Jan 2011, 10:05 AM
Hello Cori,


With a small modification to your code, this got worked for me.

CSS:
<style type="text/css">
    div.RadWindow_Outlook .rwTitlebarControls em
    {
        color: #FFFFFF !important;
    }
</style>



-Shinu.
Tags
Window
Asked by
Manojkumar Sree
Top achievements
Rank 1
Answers by
Cori
Top achievements
Rank 2
Shinu
Top achievements
Rank 2
Share this question
or