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

separate style for grid and tabstrip?

2 Answers 21 Views
Visual Style Builder
This is a migrated thread and some comments may be shown as answers.
Sean Farmar
Top achievements
Rank 1
Sean Farmar asked on 29 Mar 2010, 10:20 AM

I’m using ASP.NET mvc controls

I need to change the hover style for a tab strip control on my pages

If i do this the grid hover changes as well...

 

Can i have separate style for the grid and the tabstrip?

2 Answers, 1 is accepted

Sort by
0
Alex Gyoshev
Telerik team
answered on 30 Mar 2010, 12:44 PM
Hello Sean,

You can target the styles by prefixing them with a control-specific class name, like this:

.t-tabstrip .t-state-hover { /* tabstrip styles */ }
.t-grid .t-state-hover { /* grid styles */ }


Best wishes,
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
Sean Farmar
Top achievements
Rank 1
answered on 31 Mar 2010, 08:03 AM
Alex, thanks for your replay, i'll try that.
Tags
Visual Style Builder
Asked by
Sean Farmar
Top achievements
Rank 1
Answers by
Alex Gyoshev
Telerik team
Sean Farmar
Top achievements
Rank 1
Share this question
or