Page 1 of 1

color of the login-in fields

Posted: 07 Nov 2018, 14:21
by khGAP
Hi,

how can we change to color of the two log-in-fields?
The lower field has now a darker green and we have now two diffrent green-tones.
gruen.jpg
We'd like to have to same green on both fields (or maybe a total different color)?
How can we change the green tones for the fields? I think we have to edit a CSS and/or paste a css-part anywhere?

Thanks for your help :)

Re: color of the login-in fields

Posted: 07 Nov 2018, 17:47
by HSNMSupport
Hi khGAP
Yes, you can do it through CSS code inside the template but obviously you need to have some CSS knowledge to do that
CSSTemplate.jpg
Best regards

Re: color of the login-in fields

Posted: 12 Nov 2018, 12:38
by khGAP
Thank you!

For anyone interested, this is the CSS-Code:
#AppContentFormsLoginFormTableSurfButton {
background-color: #2C9A40;
}
#AppContentFormsLoginFormTableSurfButton:hover {
background-color: #1A803A;
}
#AccessButton, #CompAccessButton {
background-color: #2C9A40;
}
#AccessButton, #CompAccessButton:hover {
background-color: #1A803A;
}