How to apply "Use Custom CSS Class" in analysis
Hi,
I would like to use css for report column format. Which file should I put the css style in it?
I tried to add the following code in common.css under directory:
1) D:\oracle\Oracle_BI1\bifoundation\web\app\res\s_blafp\b_mozilla_4
2) D:\oracle\Oracle_BI1\bifoundation\web\app\res\s_blafp\b_mozilla_4\rtl
For example,
.MyCell { background-color: #00ff00; font-style:italic; font-weight: bold;}
Then, type "MyCell" in the "Use Custom CSS Class" textbook.
However, it doesn't not work. Any steps have I missed?