srikanthkiwi wrote:
Hi,
can any one tell how to add custom style to form in service catalog and as well as how the rendering process happening in service catalog.
Thanks
Srikanth D
You can easily do simple things like "color:red" using the "Style" attribute of any form element. However, if you want to get more complex, you'll need to add a new class to the <theme>/css/main.css file and then specify the class in the "Class" attribute of the form element.
Please note that I personally have not tested the latter, but have used the "Style" attribute many times.
As for the second part of your question, I'm not sure I understand what you're asking.