Hi all
I've built an application with Design studio 1.2 and it is saved in the BI platform.
I'm trying to add a custom CSS file,
The file is being uploaded to the BI Launchpad and selected from there
it contains only the following lines:
.myFont
{
font:150px arial,sans-serif;
}
.myPanel
{
background: RGB(234,238,234);
}
My problem ids that when I run the application in the BI platform, I get the following warning:
MIME object "/sap/bw/mime/391992/Root Folder/CSS/Cockpit_promotions.css" does not exist
Where the "Cockpit_promotions.css" is the name of my CSS file
I fail to see where it is looking for the file???
In the Custom CSS option in Design Studio I have "Root Folder/CSS/Cockpit_promotions.css"
Any suggestions?
Shlomi