Hi,
I wan to change green color of WEB20 skin with some different color. I found the file Skins\Web20\Rating.Web20.css and changed the color code d4ffbc with other one... but found no effects of these changes on my project...
Please tell me what else I need to do ?
I wan to change green color of WEB20 skin with some different color. I found the file Skins\Web20\Rating.Web20.css and changed the color code d4ffbc with other one... but found no effects of these changes on my project...
Please tell me what else I need to do ?
4 Answers, 1 is accepted
0
Shinu
Top achievements
Rank 2
answered on 28 Oct 2010, 11:24 AM
Hello Abdul,
The following links will be helpful in changing the appearance of RadPanelBar.
Tutorial: Creating A Custom Skin
Understanding the Skin CSS File
CSS Skin File Selectors
-Shinu.
The following links will be helpful in changing the appearance of RadPanelBar.
Tutorial: Creating A Custom Skin
Understanding the Skin CSS File
CSS Skin File Selectors
-Shinu.
0
Abdul
Top achievements
Rank 2
answered on 28 Oct 2010, 07:15 PM
I got the CSS file... I know which class it uses for that color... I have changed the color code in that class... but no changes in project... anything else required to do after modifying the css file ?? I think i need to import that css file into my project ?? right or wrong ?
0
Hello Abdul,
You should also set EnabledEmbeddedSkins property to "false" and reference the css style manually in the <head> section of your page as described in the tutorial.
Sincerely yours,
Yana
the Telerik team
You should also set EnabledEmbeddedSkins property to "false" and reference the css style manually in the <head> section of your page as described in the tutorial.
Sincerely yours,
Yana
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
Abdul
Top achievements
Rank 2
answered on 03 Nov 2010, 08:40 AM
Thanks... Done with this