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

ASP.NET Mvc TabStrip - how to change the color of the selected tab item's red color

4 Answers 403 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Arul
Top achievements
Rank 1
Arul asked on 02 Nov 2014, 08:35 PM
I am using MVC Tabstrip . It seems to put a red-color outline for that tab page, every time we select a tab item. I want to change this color as shown in this page (probably sort of greyish blue). How do i do that?

http://demos.telerik.com/aspnet-mvc/tabstrip/index


4 Answers, 1 is accepted

Sort by
0
Dimiter Madjarov
Telerik team
answered on 04 Nov 2014, 09:42 AM
Hi Arul,


Do you want to change the theme that is currently used? You could do this from the menu in the top right corner in the linked demo. Probably the silver theme will fit the current needs.

Regards,
Dimiter Madjarov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Arul
Top achievements
Rank 1
answered on 04 Nov 2014, 08:37 PM
Thank You, Dimiter. How do i do this in the code?
I am using MVC wrapper Tabstrip in VS 2012 - MVC4.
0
Dimiter Madjarov
Telerik team
answered on 05 Nov 2014, 10:12 AM
Hi Arul,


The Kendo UI widgets styling require two CSS files - kendo.common.css and kendo.[theme].css. In the current case you should switch the theme file from default to silver. Additionally you should make sure that the folder with the required sprite images (it is named Silver) is included in the project and placed in the same folder as with the CSS files.

Regards,
Dimiter Madjarov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Arul
Top achievements
Rank 1
answered on 05 Nov 2014, 01:49 PM
Thank you and I appreciate your help.
Tags
TabStrip
Asked by
Arul
Top achievements
Rank 1
Answers by
Dimiter Madjarov
Telerik team
Arul
Top achievements
Rank 1
Share this question
or