To Change the Report Field Title color
.apexir_WORKSHEET_DATA th div {font-size:12px; color:black; }
To draw border for the Report
table.apexir_WORKSHEET_DATA th div{text-decoration:none;}
table.apexir_WORKSHEET_DATA td, table.apexir_WORKSHEET_DATA th {border:1px solid darkblue}
table.apexir_WORKSHEET_DATA td, table.apexir_WORKSHEET_DATA th {border:1px solid darkblue}
To Give Background color for report and change the report font color
.apexir_WORKSHEET_DATA td {font-size:11px; color:DarkBlue;background-color:whitesmoke;}
The above code will print like white smoke as background color of report and text color of the report will be dark blue.
[The above codes should be written in HTML Header of the page, within the below tag]
<style>
</style>
The above code will print like white smoke as background color of report and text color of the report will be dark blue.
[The above codes should be written in HTML Header of the page, within the below tag]
<style>
</style>
No comments:
Post a Comment