Hi Team,
I followed https://docs.oracle.com/middleware/11119/biee/BIESG/answersconfigset.htm#BABEDDEC to create a customized look and feel for our OBIEE deployment.
However, if I set a the default skin in instanceconfig.xml to mazda and I choose a style in a dashboard, it doesn't get applied.
(It's like the custom skin takes priority over the custom style?)
Goal:
- create a grey look and feel for OBIEE via a custom skin
- create a dark grey look and feel for certain dashboards via a custom style
Procedure to reproduce:
- create folder $installdir/instances/instance1/bifoundation/OracleBIPresentationServicesComponent/coreapplication_obips1/analyticsRes/res
- unzip file Mazda_UI.zip to created folder
(contains files for Custom skin Mazda + custom style Mazda + custom style MazdaDark)
- install application AnalyticsRes with this folder via console
- restart presentation services
- RESULT: when dashboard is configured to use style MazdaDark, it works CORRECTLY
- update instanceconfig.xml - set default skin to Mazda
- RESULT: default skin Mazda is applied CORRECTLY on the UI, but when a dashboard is configured to use style MazdaDark, it is NOT APPLIED!
So the question becomes: How can I create/apply a custom skin, while still being able to apply a custom style on top?
Note: the same classes are defined in the master.css file of the Mazda skin and the MazdaDark style - though with differentbackground colors for masterSecondaryLayer & masterTertiaryLayer
Thanks & regards,
Akshay