-
Type: Bug
-
Status: Resolved
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.25.0
-
Component/s: Branding / Theme
-
Tags:
-
Backlog priority:900
-
Team:NOS
-
Sprint:NOS 11.1.24 - 2019-12 2
the login box configuration allow only to customize the background color .
Actually the custom field "loginBoxBackgroundStyle" define the whole background form login style
form { display: flex; flex-direction: column; display: -webkit-box; -webkit-box-orient: vertical; width: 20em; margin: 0; padding: 1em; background: <%=loginBoxBackgroundStyle%>; }
it's default value is :
"#fff repeat scroll 0 0"