Hello all,
I have installed the module website_portal_sale on Odoo 8.
I want to change the color when we mouseover a line of the table. I don't find the right css to override for this. For the moment, it is a pale grey rgba(150, 150, 220, 0.3).
COuld you help?
Code
The table is declared with this code. So it has the class table-hover.
<table class="table table-hover o_my_status_table">