I am trying to make my own custom skin and from the help file(http://www.telerik.com/help/aspnet-ajax/radformdecorator-creating-custom-skins.html) is says:
"Open FormDecorator.MyCustomSkin.css and replace all occurrences of with radfd_MyCustomSkin."
It seems that something is wrong in this sentence, my guess is that they meat [replace all occurences of radfd_default with radfd_MyCustomSkin]
However if I look in the FormDecorator.Default.css I see other classes that uses [Default] in their name without being next to radfd_
For example:
.radfd_select_Default .radfd_select_textSpan
So my question is should I do a Find of all the [Default] in the FormDecorator.Default.css and replace the with MyCustomSkin?
Thank you,
Eric
"Open FormDecorator.MyCustomSkin.css and replace all occurrences of with radfd_MyCustomSkin."
It seems that something is wrong in this sentence, my guess is that they meat [replace all occurences of radfd_default with radfd_MyCustomSkin]
However if I look in the FormDecorator.Default.css I see other classes that uses [Default] in their name without being next to radfd_
For example:
.radfd_select_Default .radfd_select_textSpan
So my question is should I do a Find of all the [Default] in the FormDecorator.Default.css and replace the with MyCustomSkin?
Thank you,
Eric