Hello all,
Our goal is to modify the existing styling template (Redwood theme) of the analytics web service.
We follow the instructions described in
https://docs.oracle.com/en/middleware/bi/analytics-server/administer-oas/customize-user-interface.html
We found the css classes of the elements we want to modify by inspecting each HTML element in the browser. We added our new styling classes in custom.css to override the ones already present in master.css, and deployed the new custom style according to the instructions above (we tried both approaches with the same outcome).
However, we could not see any of our custom.css changes or the file itself, as the style was reverted back to "blafp", the original style.
It seems that the custom template we created never gets deployed into the analytics EAR file, which would explain why the analytics web service cannot load it.
Thank you