Hi Team
I am developing a SAP UI5 application and functionality is working fine. Am facing a problem with CSS.
My header background color is not reflecting when i deployed the UI code in SAP NW Java 7.31 SP 10 server.But with the same code header background is reflecting when i deployed in local tomcat server.
Please help me in this. Please find the below css segment
.sap-desktop.sapMIBar.sapMHeader-CTX {
background-color: #CC2900;
}
Note: Am having the file xxx.css in the web content folder. Rest of the CSS is reflecting without any issues.
Best regards,
Arun VG