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
http://demos.telerik.com/aspnet-mvc/tabstrip/index
4 Answers, 1 is accepted
0
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
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.
I am using MVC wrapper Tabstrip in VS 2012 - MVC4.
0
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
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.