Change the border around the title of the report in the dashboard - OBIEE 11g

This exercise has been carried out on OBIEE 11g front end application and tested in IE.









We are going to change the border around the report title "Hidden Report Prompt".


Make change in CSS files at 2 places. 


C:\OBIEE\Oracle_BI1\bifoundation\web\app\res\s_blafp\b_mozilla_4\views.css


AND


C:\OBIEE\user_projects\domains\bifoundation_domain\servers\AdminServer\tmp\_WL_user\
analytics_11.1.1\silp1v\war\res\s_blafp\b_mozilla_4\views.css


Update the class .TitleTable



.TitleTable
{font-family:Tahoma,sans-serif;
width:50%;
border-style:groove;
border-color:#a3bed8;}

Save the changes.


Restart the OBI services. Log in to OBI application.Delete the browser cookies and cache. Reload the metadata.


Observe the change in the border











Thanks.

No comments: