Good a quick question on how to set the default Titleborder colour in OBIEE to red.
Go to your view.css directory in ..s_MyCompagny\b_mozilla_4
Locate this part and change the colour:
/* ***** */
/* Title */
/* ***** */.TitleTable {
font-family: arial, helvetica, sans-serif;
border-width: 0 0 4px 0;
border-style: solid;
border-color: #FF0000;
}
If you are on OC4J don't forget it to copy to applications directory: ...oc4j_bi\j2ee\home\applications\analytics\analytics\res\s_MyCompagny\b_mozilla_4
Till Next Time