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

Change Toolbar MetroTouch color to blue

3 Answers 145 Views
ToolBar
This is a migrated thread and some comments may be shown as answers.
javier
Top achievements
Rank 1
javier asked on 03 Oct 2012, 05:04 PM
Hello,

We're using the tabstrip and the toolbar using the metro touch skin.
We think the skin is very good, but the menu skin color is blue and the toolbar is black.
How can We change the toolbar's color from black to blue?
I mean, we want to keep using the toolbar's metro touch skin but changing it the color to blue (the same blue than the menu).

Thank you,

3 Answers, 1 is accepted

Sort by
0
javier
Top achievements
Rank 1
answered on 05 Oct 2012, 10:47 AM
Does anybody know?
Thanks in advance
0
javier
Top achievements
Rank 1
answered on 08 Oct 2012, 09:03 AM
It seems to be very complex. Any help?
0
javier
Top achievements
Rank 1
answered on 09 Oct 2012, 12:10 PM
I finally came up with the response by myself.
For those in need of changing the toolbar background color the following style worked for me:
    div.RadToolBar .rtbOuter 
    {
        background-color: rgb(0, 153, 204);
    }

Thanks,

Javier Andres Caceres Alvis
@jacace
jacace.wordpress.com
Tags
ToolBar
Asked by
javier
Top achievements
Rank 1
Answers by
javier
Top achievements
Rank 1
Share this question
or