Hi,
When I open my App, I get the following errors in the console:
I refer to these images in my CSS customized file as follows:
pre
.C_GlobaleContainer {
background-image: url('../../../resources/image/background2.png')!important;
background-size: cover!important;
background-position: center !important;
}
.ui-checkbox-on:before {
background: url('../../../resources/image/q9.PNG')!important;
display:none !important;
}
/pre
How should I amend the path, given the directory structure like this:
Thanks,