Hello. Where is the header color controlled from on the login page? I need to update the header color and button color to match the theme after logging in.
Thanks
Thanks
/* set the background color for the login panel heading element, the !important statement will override any other directives for the same element */
#login .panel-heading {
background-color: yellow !important;
}
{
"cssList": [
"__APPEND__",
"client/custom/lib/css/myCustomStyles.css"
],
"developerModeCssList": [
"__APPEND__",
"client/custom/lib/css/myCustomStyles.css"
]
}
Comment