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

Change background color of Tabstrip when using Skin

1 Answer 160 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Jaime Fuhr
Top achievements
Rank 1
Jaime Fuhr asked on 02 Nov 2009, 03:54 PM
I am using the Office2007 skin for the Tabstrip control and need to change the background color from that light blue to another color.

Following instructions from another post, I created the following style:

.customBackground {
  background-color:  #eeeeee  !important;
}

Then added the style to the CssStyle property of the tabstrip.

It does not override the Office2007 background color.  

Is this possible?

Thanks,
Jaime

1 Answer, 1 is accepted

Sort by
0
Schlurk
Top achievements
Rank 2
answered on 02 Nov 2009, 10:13 PM
Since all of the Telerik skins are using CSS sprites I believe you have to replace the style by either removing the image and then setting the element's background color or setting a new image. For more information on this I would say read over the custom skin tutorial. Another easy alternative would be to use the Visual Style Builder and see if you can create your desired behavior through this application, it's very nifty :D
Tags
TabStrip
Asked by
Jaime Fuhr
Top achievements
Rank 1
Answers by
Schlurk
Top achievements
Rank 2
Share this question
or