Change the background color and font of Grand Total in Table view

Edit the 2 css files

C:\OracleBI\oc4j_bi\j2ee\home\applications\analytics\analytics\res\s_oracle10\b_mozilla_4\views.css
AND
C:\OracleBI\web\app\res\s_oracle10\b_mozilla\views.css

Edit the class Grandtotal:


.grandtotal {
        color: #ffffff;
border-style: groove;
border-color: #000000;
border-width: 0 1px 1px 0;
background-color:#DC143C;
font-weight: bolder;
padding: 3px 2px 3px 2px;
        font-size:medium;
}

Restart the OBI services.




















Have a nice day !!!

No comments: