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

Tab Strip - Changeing Css?

2 Answers 60 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Andy McShane
Top achievements
Rank 1
Andy McShane asked on 02 Mar 2010, 12:35 PM
This must be a very simple answer, so please excuse my stupidty and laziness for not searching for it myself, very tired! How can I change the background color of the tabs on the tab strip? I am using the built in web20 style but I want to change the background colors from the standard white. can this be done inline or do I have to change the style sheet?

2 Answers, 1 is accepted

Sort by
0
Accepted
Alex Gyoshev
Telerik team
answered on 02 Mar 2010, 01:49 PM
Hello Andy,

The change should come from the stylesheet, namely:

.t-state-active
{
    background-color: #fff; /* whatever color you like */
}


Regards,
Alex Gyoshev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Andy McShane
Top achievements
Rank 1
answered on 02 Mar 2010, 01:55 PM
Thank you very much.
Tags
TabStrip
Asked by
Andy McShane
Top achievements
Rank 1
Answers by
Alex Gyoshev
Telerik team
Andy McShane
Top achievements
Rank 1
Share this question
or