mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
Fix white background when reordering tile
This commit is contained in:
committed by
Sylvain LE GAL
parent
45bf9c91a0
commit
c6159f0e17
@@ -108,7 +108,8 @@
|
||||
|
||||
<templates>
|
||||
<t t-name="kanban-box">
|
||||
<div t-attf-class="oe_dashboard_tile oe_kanban_global_click" t-attf-style="background-color:#{record.background_color.raw_value}" >
|
||||
<div class="oe_dashboard_tile oe_kanban_global_click">
|
||||
<div class="tile_background" t-attf-style="background-color:#{record.background_color.raw_value}">
|
||||
|
||||
<div class="o_dropdown_kanban dropdown" groups="base.group_no_one">
|
||||
<a class="dropdown-toggle btn" data-toggle="dropdown" href="#">
|
||||
@@ -141,6 +142,7 @@
|
||||
</div>
|
||||
<div class="oe_clear"></div>
|
||||
</div>
|
||||
</div>
|
||||
</t>
|
||||
</templates>
|
||||
</kanban>
|
||||
|
||||
Reference in New Issue
Block a user