This question has been flagged
1 Reply
3394 Views


Avatar
Discard
Best Answer

Add following in your back end CSS


.openerp .oe_list_content td, .openerp .oe_list_content th {
    background-color: #99ccff;
}
.openerp .oe_list_content td.oe_number { /*FOR NUMBER FIELDS*/
    background-color: #99ccff;
}


It is working in odoo 8


Avatar
Discard