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

Multiple TabStrip Color Change

1 Answer 286 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Dinesh
Top achievements
Rank 1
Dinesh asked on 27 Dec 2012, 09:51 AM
Hi,

Im using Kendo UI in my project i have 2 tabstip in my page i want to have different color for the 2 tabstip
1st tabstip in gray color
2nd tabstip in blue color
how to change the css of that ?

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 27 Dec 2012, 02:32 PM
Hello Dinesh,

You will need to use the TabStrip's IDs or some custom classes in your CSS rules, for example:

#tabstrip1
{
 background: #eee;
}
 
#tabstrip2
{
 background: #66f;
}

I strongly recommend reading this help article and the other CSS-related resources it references:

http://docs.kendoui.com/getting-started/web/appearance-styling

Regards,
Dimo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
TabStrip
Asked by
Dinesh
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or