applying styles to login form

0
Hi, Can anyone tell me how to apply styles to login form add-on in modeler 5.9.1?
asked
2 answers
1

Don't use styles. Inspect the css-classes with firebug or other tool and override them in your application specific css.

answered
0

Hi Shruthi,

If you want to change the text color of login error message then you can use the css below in your application specific css to override the default css

.loginsystemLoginForm_messageNode { color: Red; }

Hope this helps!

answered