Currently, I'm working on creating a login page in Oracle APEX. While modifying the icon using CSS code, everything seems to be falling in place except for this one particular line:
.t-Login-logo {
background-image:url(#APP_FILES#LogoUpdated.jpg);
background-size:cover;
width:302px;
height:100px;
}
Strangely enough, only the background-image property is not taking effect while the other styles are working perfectly fine. Any ideas on what could be the issue?
I appreciate any help you can provide.
P.S.: The changes I made are within the inline section of the CSS page attributes in Oracle Application Express.