Good Afternoon,
Im working on branding the BI Webi Page and I'm running into some problems and looking for guidance. My question right now is, I want to set a background for the initial login page (where the user inputs their credentials). I have set the background successfully but Im not sure in the right place because once the user logs in, on the documents tab, the border where the menu options are contained is also showing the same border making it hard to read the menu options. Is there a way to set these to be different? I would like to keep the initial background on the login page but set that menu bar to be a neutral color. Im editing the customization.css file that is inside the com.businessobjects.webpath.InfoViewBranding.jar file. I have edited the following:
/* (0.1) customize the background color of pages and sub-pages (inside iframes) */
html {
background-color: transparent !important;
}
body {
/*background-color: #6699FF !important;*/
background: url("../images/theme/MatcoDesktop.png") repeat scroll 0 0 transparent !important;
}
Is there a way I can set the background image and NOT set the iframes (I'm guessing this is the menu area once logged in)? I have attached pictures showing how its set currently.
Any help is greatly appreciated!
Thanks,
Tiffany