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
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: